Class AI01AndOtherAIs
- 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.AI01AndOtherAIs
-
final class AI01AndOtherAIs extends AI01decoder
-
-
Field Summary
Fields Modifier and Type Field Description private static int
HEADER_SIZE
-
Fields inherited from class com.google.zxing.oned.rss.expanded.decoders.AI01decoder
GTIN_SIZE
-
-
Constructor Summary
Constructors Constructor Description AI01AndOtherAIs(BitArray information)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
parseInformation()
-
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
-
-
Constructor Detail
-
AI01AndOtherAIs
AI01AndOtherAIs(BitArray information)
-
-
Method Detail
-
parseInformation
public java.lang.String parseInformation() throws NotFoundException, FormatException
- Specified by:
parseInformation
in classAbstractExpandedDecoder
- Throws:
NotFoundException
FormatException
-
-