public class HexTable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
table
Three character strings, upper case, e.g.
|
| Constructor and Description |
|---|
HexTable() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getHexString(int b)
Get hex string for the given byte value
|
static String[] |
getTable()
Get a copy of the hex table for safe access
|
static String |
getTableEntry(int index)
Direct access to table entry for backward compatibility
|
public static final String[] table
public static String getHexString(int b)
b - byte value (0-255)public static String[] getTable()
public static String getTableEntry(int index)
index - the index (0-255)