Class AI013x0xDecoder
- 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
-
- Direct Known Subclasses:
AI013103decoder
,AI01320xDecoder
abstract class AI013x0xDecoder extends AI01weightDecoder
-
-
Field Summary
Fields Modifier and Type Field Description private static int
HEADER_SIZE
private static int
WEIGHT_SIZE
-
Fields inherited from class com.google.zxing.oned.rss.expanded.decoders.AI01decoder
GTIN_SIZE
-
-
Constructor Summary
Constructors Constructor Description AI013x0xDecoder(BitArray information)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
parseInformation()
-
Methods inherited from class com.google.zxing.oned.rss.expanded.decoders.AI01weightDecoder
addWeightCode, checkWeight, 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
-
-
-
-
Field Detail
-
HEADER_SIZE
private static final int HEADER_SIZE
- See Also:
- Constant Field Values
-
WEIGHT_SIZE
private static final int WEIGHT_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AI013x0xDecoder
AI013x0xDecoder(BitArray information)
-
-
Method Detail
-
parseInformation
public java.lang.String parseInformation() throws NotFoundException
- Specified by:
parseInformation
in classAbstractExpandedDecoder
- Throws:
NotFoundException
-
-