Class IoBufferHexDumper
java.lang.Object
com.google.code.yanf4j.buffer.IoBufferHexDumper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]The high digits lookup table.private static final byte[]The low digits lookup table. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetHexdump(IoBuffer in, int lengthLimit) Dumps anIoBufferto a hex formatted string.
-
Field Details
-
highDigits
private static final byte[] highDigitsThe high digits lookup table. -
lowDigits
private static final byte[] lowDigitsThe low digits lookup table.
-
-
Constructor Details
-
IoBufferHexDumper
IoBufferHexDumper()
-
-
Method Details
-
getHexdump
-