Package com.google.code.yanf4j.buffer
Class IoBufferHexDumper
- java.lang.Object
-
- com.google.code.yanf4j.buffer.IoBufferHexDumper
-
class IoBufferHexDumper extends java.lang.ObjectProvides utility methods to dump anIoBufferinto 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[]highDigitsThe high digits lookup table.private static byte[]lowDigitsThe 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.StringgetHexdump(IoBuffer in, int lengthLimit)Dumps anIoBufferto a hex formatted string.
-