public class PTOCAControlSequenceParser
extends java.lang.Object
| Constructor and Description |
|---|
PTOCAControlSequenceParser() |
| Modifier and Type | Method and Description |
|---|---|
static PTOCAControlSequence |
createControlSequenceInstance(PTOCAControlSequence.ControlSequenceIntroducer csi) |
static java.util.List<PTOCAControlSequence> |
parseControlSequences(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config) |
public static java.util.List<PTOCAControlSequence> parseControlSequences(byte[] sfData, int offset, int length, AFPParserConfiguration config) throws AFPParserException
AFPParserExceptionpublic static final PTOCAControlSequence createControlSequenceInstance(PTOCAControlSequence.ControlSequenceIntroducer csi) throws AFPParserException
AFPParserException