|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.parser.MODCAParser
public class MODCAParser
An simple MO:DCA/AFP parser.
Field Summary | |
---|---|
static byte |
CARRIAGE_CONTROL_CHAR
The carriage control character (0x5A) used to indicate the start of a structured field. |
Constructor Summary | |
---|---|
MODCAParser(java.io.InputStream in)
Main constructor |
Method Summary | |
---|---|
UnparsedStructuredField |
readNextStructuredField()
Reads the next structured field from the input stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte CARRIAGE_CONTROL_CHAR
Constructor Detail |
---|
public MODCAParser(java.io.InputStream in)
in
- the InputStream
to read the AFP file from.Method Detail |
---|
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 occurs
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |