public class Hexdump
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static char[] |
hexchars |
Constructor and Description |
---|
Hexdump() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
format(byte[] buf) |
static java.lang.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,
java.io.PrintStream out) |
static void |
print(byte[] buf,
java.io.PrintStream out) |
static java.lang.String |
toAscii(byte[] buf) |
static java.lang.String |
toAscii(byte[] buf,
int ofs,
int len) |
static java.lang.String |
toByteArray(byte[] buf)
Returns a string which can be written to a Java source file as part
of a static initializer for a byte array.
|
static java.lang.String |
toByteArray(byte[] buf,
int ofs,
int len)
Returns a string which can be written to a Java source file as part
of a static initializer for a byte array.
|
static java.lang.String |
toHex(byte[] buf) |
static java.lang.String |
toHex(byte[] buf,
int ofs,
int len) |
public static java.lang.String toHex(byte[] buf)
public static java.lang.String toHex(byte[] buf, int ofs, int len)
public static java.lang.String toAscii(byte[] buf)
public static java.lang.String toAscii(byte[] buf, int ofs, int len)
public static java.lang.String format(byte[] buf)
public static java.lang.String format(byte[] buf, int width)
public static void print(byte[] buf)
public static void print(byte[] buf, int width)
public static void print(byte[] buf, int width, java.io.PrintStream out)
public static void print(byte[] buf, java.io.PrintStream out)
public static java.lang.String toByteArray(byte[] buf)
public static java.lang.String toByteArray(byte[] buf, int ofs, int len)