public class MODCAParser
extends java.lang.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(java.io.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(java.io.InputStream in)
in
- the InputStream
to read the AFP file from.public UnparsedStructuredField readNextStructuredField() throws java.io.IOException
No structure validation of the MO:DCA file is performed.
java.io.IOException
- if an I/O error occursCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.