public class MODCAParser extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
CARRIAGE_CONTROL_CHAR
The carriage control character (0x5A) used to indicate the start of a structured field.
|
Constructor and Description |
---|
MODCAParser(InputStream in)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
UnparsedStructuredField |
readNextStructuredField()
Reads the next structured field from the input stream.
|
public static final byte CARRIAGE_CONTROL_CHAR
public MODCAParser(InputStream in)
in
- the InputStream
to read the AFP file from.public UnparsedStructuredField readNextStructuredField() throws IOException
No structure validation of the MO:DCA file is performed.
IOException
- if an I/O error occursCopyright © 2025 Apache Software Foundation. All rights reserved.