Class AI01weightDecoder
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.AI01weightDecoder
- Direct Known Subclasses:
AI013x0x1xDecoder,AI013x0xDecoder
-
Field Summary
Fields inherited from class com.google.zxing.oned.rss.expanded.decoders.AI01decoder
GTIN_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidaddWeightCode(StringBuilder buf, int weight) protected abstract intcheckWeight(int weight) (package private) final voidencodeCompressedWeight(StringBuilder buf, int currentPos, int weightSize) Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.AI01decoder
encodeCompressedGtin, encodeCompressedGtinWithoutAIMethods inherited from class com.google.zxing.oned.rss.expanded.decoders.AbstractExpandedDecoder
createDecoder, getGeneralDecoder, getInformation, parseInformation
-
Constructor Details
-
AI01weightDecoder
AI01weightDecoder(BitArray information)
-
-
Method Details
-
encodeCompressedWeight
-
addWeightCode
-
checkWeight
protected abstract int checkWeight(int weight)
-