public static class BDA_BarCodeData.ParametersDataPDF417_2D extends BDA_BarCodeData.ParametersData
BDA_BarCodeData.ParametersData.ControlFlag| Constructor and Description |
|---|
ParametersDataPDF417_2D() |
| Modifier and Type | Method and Description |
|---|---|
int |
decodeAFP(byte[] sfData,
int offset,
int length) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config) |
addControlFlag, getControlFlags, getSequenceIndicator, getTotalNumberOfSymbols, removeControlFlag, setControlFlags, setSequenceIndicator, setTotalNumberOfSymbolspublic int decodeAFP(byte[] sfData,
int offset,
int length)
throws AFPParserException
decodeAFP in class BDA_BarCodeData.ParametersDataAFPParserExceptionpublic void writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
throws java.io.IOException
writeAFP in class BDA_BarCodeData.ParametersDatajava.io.IOException