abstract class AI01weightDecoder extends AI01decoder
GTIN_SIZE
Constructor and Description |
---|
AI01weightDecoder(BitArray information) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addWeightCode(java.lang.StringBuilder buf,
int weight) |
protected abstract int |
checkWeight(int weight) |
(package private) void |
encodeCompressedWeight(java.lang.StringBuilder buf,
int currentPos,
int weightSize) |
encodeCompressedGtin, encodeCompressedGtinWithoutAI
createDecoder, getGeneralDecoder, getInformation, parseInformation
AI01weightDecoder(BitArray information)