Class AI01decoder
java.lang.Object
com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
com.google.zxing.oned.rss.expanded.decoders.AI01decoder
- Direct Known Subclasses:
AI01392xDecoder, AI01393xDecoder, AI01AndOtherAIs, AI01weightDecoder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidappendCheckDigit(StringBuilder buf, int currentPos) (package private) final voidencodeCompressedGtin(StringBuilder buf, int currentPos) (package private) final voidencodeCompressedGtinWithoutAI(StringBuilder buf, int currentPos, int initialBufferPosition) Methods inherited from class AbstractExpandedDecoder
createDecoder, getGeneralDecoder, getInformation, parseInformation
-
Field Details
-
GTIN_SIZE
static final int GTIN_SIZE- See Also:
-
-
Constructor Details
-
AI01decoder
AI01decoder(BitArray information)
-
-
Method Details
-
encodeCompressedGtin
-
encodeCompressedGtinWithoutAI
final void encodeCompressedGtinWithoutAI(StringBuilder buf, int currentPos, int initialBufferPosition) -
appendCheckDigit
-