Package | Description |
---|---|
com.google.zxing.aztec.decoder |
Modifier and Type | Method and Description |
---|---|
private static Decoder.Table |
Decoder.getTable(char t)
gets the table corresponding to the char passed
|
static Decoder.Table |
Decoder.Table.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Decoder.Table[] |
Decoder.Table.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 java.lang.String |
Decoder.getCharacter(Decoder.Table table,
int code)
Gets the character (or string) corresponding to the passed code in the given table
|