public class HexDump extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpHexData(PrintStream out,
byte[] buf) |
static void |
dumpHexData(PrintStream out,
byte[] buf,
int len) |
static String |
getHexDataDumpAsString(byte[] buf) |
static String |
getHexDataDumpAsString(byte[] buf,
int len) |
public static String getHexDataDumpAsString(byte[] buf)
public static String getHexDataDumpAsString(byte[] buf, int len)
public static void dumpHexData(PrintStream out, byte[] buf)
public static void dumpHexData(PrintStream out, byte[] buf, int len)
Copyright © 2014. All rights reserved.