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 void
addWeightCode
(StringBuilder buf, int weight) protected abstract int
checkWeight
(int weight) (package private) final void
encodeCompressedWeight
(StringBuilder buf, int currentPos, int weightSize) 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, parseInformation
-
Constructor Details
-
AI01weightDecoder
AI01weightDecoder(BitArray information)
-
-
Method Details
-
encodeCompressedWeight
-
addWeightCode
-
checkWeight
protected abstract int checkWeight(int weight)
-