Package com.google.code.yanf4j.buffer
Class IoBufferHexDumper
- java.lang.Object
-
- com.google.code.yanf4j.buffer.IoBufferHexDumper
-
class IoBufferHexDumper extends java.lang.Object
Provides utility methods to dump anIoBuffer
into a hex formatted string.- Version:
- $Rev: 686598 $, $Date: 2008-08-17 12:58:23 +0200 (Sun, 17 Aug 2008) $
-
-
Field Summary
Fields Modifier and Type Field Description private static byte[]
highDigits
The high digits lookup table.private static byte[]
lowDigits
The low digits lookup table.
-
Constructor Summary
Constructors Constructor Description IoBufferHexDumper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getHexdump(IoBuffer in, int lengthLimit)
Dumps anIoBuffer
to a hex formatted string.
-