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
abstract class AI01decoder extends AbstractExpandedDecoder
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intGTIN_SIZE
-
Constructor Summary
Constructors Constructor Description AI01decoder(BitArray information)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static voidappendCheckDigit(java.lang.StringBuilder buf, int currentPos)(package private) voidencodeCompressedGtin(java.lang.StringBuilder buf, int currentPos)(package private) voidencodeCompressedGtinWithoutAI(java.lang.StringBuilder buf, int currentPos, int initialBufferPosition)-
Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
createDecoder, getGeneralDecoder, getInformation, parseInformation
-
-
-
-
Field Detail
-
GTIN_SIZE
static final int GTIN_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AI01decoder
AI01decoder(BitArray information)
-
-
Method Detail
-
encodeCompressedGtin
final void encodeCompressedGtin(java.lang.StringBuilder buf, int currentPos)
-
encodeCompressedGtinWithoutAI
final void encodeCompressedGtinWithoutAI(java.lang.StringBuilder buf, int currentPos, int initialBufferPosition)
-
appendCheckDigit
private static void appendCheckDigit(java.lang.StringBuilder buf, int currentPos)
-
-