http://idk.i2p/javadoc-i2p/net/i2p/util/HexDump.html
Author: human Constructor Summary Constructors Constructor Description HexDump () Method Summary All Methods Static Methods Concrete Methods Modifier and Type Method Description static String dump (byte[] data) Dump a byte array in a String. static String dump (byte[] data,
int off,
int len) Dump a byte array in a String. static void dump (byte[] data,
int off,
int len, OutputStream out) Dump a byte...