public class StructuredFieldReader extends Object
Constructor and Description |
---|
StructuredFieldReader(InputStream inputStream)
The constructor for the StructuredFieldReader
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getNext(byte[] identifier)
Get the next structured field as identified by the identifier
parameter (this must be a valid MO:DCA structured field).
|
public StructuredFieldReader(InputStream inputStream)
inputStream
- the input stream to processpublic byte[] getNext(byte[] identifier) throws IOException
identifier
- the three byte identifierIOException
- if an I/O exception occurredCopyright © 2025 Apache Software Foundation. All rights reserved.