Package | Description |
---|---|
com.google.zxing.pdf417.decoder |
Modifier and Type | Method and Description |
---|---|
private static DecodedBitStreamParser.Mode |
DecodedBitStreamParser.decodeTextCompaction(int[] textCompactionData,
int[] byteCompactionData,
int length,
ECIStringBuilder result,
DecodedBitStreamParser.Mode startMode)
The Text Compaction mode includes all the printable ASCII characters
(i.e.
|
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.
|
Modifier and Type | Method and Description |
---|---|
private static DecodedBitStreamParser.Mode |
DecodedBitStreamParser.decodeTextCompaction(int[] textCompactionData,
int[] byteCompactionData,
int length,
ECIStringBuilder result,
DecodedBitStreamParser.Mode startMode)
The Text Compaction mode includes all the printable ASCII characters
(i.e.
|