Package | Description |
---|---|
com.google.zxing.datamatrix.decoder | |
com.google.zxing.qrcode.decoder |
Modifier and Type | Method and Description |
---|---|
private static void |
DecodedBitStreamParser.decodeAnsiX12Segment(BitSource bits,
ECIStringBuilder result)
See ISO 16022:2006, 5.2.7
|
private static DecodedBitStreamParser.Mode |
DecodedBitStreamParser.decodeAsciiSegment(BitSource bits,
ECIStringBuilder result,
java.lang.StringBuilder resultTrailer,
java.util.Set<java.lang.Integer> fnc1positions)
See ISO 16022:2006, 5.2.3 and Annex C, Table C.2
|
private static void |
DecodedBitStreamParser.decodeBase256Segment(BitSource bits,
ECIStringBuilder result,
java.util.Collection<byte[]> byteSegments)
See ISO 16022:2006, 5.2.9 and Annex B, B.2
|
private static void |
DecodedBitStreamParser.decodeC40Segment(BitSource bits,
ECIStringBuilder result,
java.util.Set<java.lang.Integer> fnc1positions)
See ISO 16022:2006, 5.2.5 and Annex C, Table C.1
|
private static void |
DecodedBitStreamParser.decodeECISegment(BitSource bits,
ECIStringBuilder result)
See ISO 16022:2007, 5.4.1
|
private static void |
DecodedBitStreamParser.decodeEdifactSegment(BitSource bits,
ECIStringBuilder result)
See ISO 16022:2006, 5.2.8 and Annex C Table C.3
|
private static void |
DecodedBitStreamParser.decodeTextSegment(BitSource bits,
ECIStringBuilder result,
java.util.Set<java.lang.Integer> fnc1positions)
See ISO 16022:2006, 5.2.6 and Annex C, Table C.2
|
Modifier and Type | Method and Description |
---|---|
private static void |
DecodedBitStreamParser.decodeAlphanumericSegment(BitSource bits,
java.lang.StringBuilder result,
int count,
boolean fc1InEffect) |
private static void |
DecodedBitStreamParser.decodeByteSegment(BitSource bits,
java.lang.StringBuilder result,
int count,
CharacterSetECI currentCharacterSetECI,
java.util.Collection<byte[]> byteSegments,
java.util.Map<DecodeHintType,?> hints) |
private static void |
DecodedBitStreamParser.decodeHanziSegment(BitSource bits,
java.lang.StringBuilder result,
int count)
See specification GBT 18284-2000
|
private static void |
DecodedBitStreamParser.decodeKanjiSegment(BitSource bits,
java.lang.StringBuilder result,
int count) |
private static void |
DecodedBitStreamParser.decodeNumericSegment(BitSource bits,
java.lang.StringBuilder result,
int count) |
private static int |
DecodedBitStreamParser.parseECIValue(BitSource bits) |