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
-
final class AI013103decoder extends AI013x0xDecoder
-
-
Field Summary
-
Fields inherited from class com.google.zxing.oned.rss.expanded.decoders.AI01decoder
GTIN_SIZE
-
-
Constructor Summary
Constructors Constructor Description AI013103decoder(BitArray information)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addWeightCode(java.lang.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 Detail
-
AI013103decoder
AI013103decoder(BitArray information)
-
-
Method Detail
-
addWeightCode
protected void addWeightCode(java.lang.StringBuilder buf, int weight)
- Specified by:
addWeightCode
in classAI01weightDecoder
-
checkWeight
protected int checkWeight(int weight)
- Specified by:
checkWeight
in classAI01weightDecoder
-
-