public class HexDumper
extends java.lang.Object
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F ................ 69 68 67 66 65 64 63 62 61 61 6A 6B 6C 6D 6E 00 ihgfedcbaajklmn. 41 00 A. Length: 34
Modifier and Type | Class and Description |
---|---|
private static class |
HexDumper.Instance |
Constructor and Description |
---|
HexDumper() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
dump(byte[] data) |
static java.lang.String |
dump(byte[] data,
int marker) |
static java.lang.String |
dump(io.netty.buffer.ByteBuf data) |