Class AI013103decoder
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
com.google.zxing.oned.rss.expanded.decoders.AI013x0xDecoder
com.google.zxing.oned.rss.expanded.decoders.AI013103decoder
-
Field Summary
Fields inherited from class com.google.zxing.oned.rss.expanded.decoders.AI01decoder
GTIN_SIZE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addWeightCode
(StringBuilder buf, int weight) protected int
checkWeight
(int weight) Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.AI013x0xDecoder
parseInformation
Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.AI01weightDecoder
encodeCompressedWeight
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
-
Constructor Details
-
AI013103decoder
AI013103decoder(BitArray information)
-
-
Method Details
-
addWeightCode
- Specified by:
addWeightCode
in classAI01weightDecoder
-
checkWeight
protected int checkWeight(int weight) - Specified by:
checkWeight
in classAI01weightDecoder
-