Package | Description |
---|---|
com.google.zxing.datamatrix.decoder |
Modifier and Type | Method and Description |
---|---|
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
|
static DecodedBitStreamParser.Mode |
DecodedBitStreamParser.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DecodedBitStreamParser.Mode[] |
DecodedBitStreamParser.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|