class IoBufferHexDumper
extends java.lang.Object
IoBuffer into a hex formatted string.| Modifier and Type | Field and Description |
|---|---|
private static byte[] |
highDigits
The high digits lookup table.
|
private static byte[] |
lowDigits
The low digits lookup table.
|
| Constructor and Description |
|---|
IoBufferHexDumper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getHexdump(IoBuffer in,
int lengthLimit)
Dumps an
IoBuffer to a hex formatted string. |