Class AI01392xDecoder
- java.lang.Object
-
- com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
-
- com.google.zxing.oned.rss.expanded.decoders.AI01decoder
-
- com.google.zxing.oned.rss.expanded.decoders.AI01392xDecoder
-
final class AI01392xDecoder extends AI01decoder
-
-
Field Summary
Fields Modifier and Type Field Description private static intHEADER_SIZEprivate static intLAST_DIGIT_SIZE-
Fields inherited from class com.google.zxing.oned.rss.expanded.decoders.AI01decoder
GTIN_SIZE
-
-
Constructor Summary
Constructors Constructor Description AI01392xDecoder(BitArray information)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringparseInformation()-
Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.AI01decoder
encodeCompressedGtin, encodeCompressedGtinWithoutAI
-
Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
createDecoder, getGeneralDecoder, getInformation
-
-
-
-
Field Detail
-
HEADER_SIZE
private static final int HEADER_SIZE
- See Also:
- Constant Field Values
-
LAST_DIGIT_SIZE
private static final int LAST_DIGIT_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AI01392xDecoder
AI01392xDecoder(BitArray information)
-
-
Method Detail
-
parseInformation
public java.lang.String parseInformation() throws NotFoundException, FormatException- Specified by:
parseInformationin classAbstractExpandedDecoder- Throws:
NotFoundExceptionFormatException
-
-