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 void
appendCheckDigit
(StringBuilder buf, int currentPos) (package private) final void
encodeCompressedGtin
(StringBuilder buf, int currentPos) (package private) final void
encodeCompressedGtinWithoutAI
(StringBuilder buf, int currentPos, int initialBufferPosition) Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.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
-