cx.ath.matthew.utils
public class Hexdump extends Object
| Field Summary | |
|---|---|
| static char[] | hexchars |
| Method Summary | |
|---|---|
| static String | format(byte[] buf) |
| static String | format(byte[] buf, int width) |
| static void | print(byte[] buf) |
| static void | print(byte[] buf, int width) |
| static void | print(byte[] buf, int width, PrintStream out) |
| static void | print(byte[] buf, PrintStream out) |
| static String | toAscii(byte[] buf) |
| static String | toAscii(byte[] buf, int ofs, int len) |
| static String | toHex(byte[] buf) |
| static String | toHex(byte[] buf, int ofs, int len) |