|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cosylab.epics.caj.util.HexDump
public class HexDump
Utility for dumping binary data.
| Constructor Summary | |
|---|---|
HexDump()
|
|
| Method Summary | |
|---|---|
static void |
hexDump(String name,
byte[] bs)
Output a buffer in hex format. |
static void |
hexDump(String name,
byte[] bs,
int len)
Output a buffer in hex format. |
static void |
hexDump(String name,
byte[] bs,
int start,
int len)
Output a buffer in hex format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HexDump()
| Method Detail |
|---|
public static void hexDump(String name,
byte[] bs)
name - name (desctription) of the message.bs - buffer to dump
public static void hexDump(String name,
byte[] bs,
int len)
name - name (desctription) of the message.bs - buffer to dumplen - first bytes (length) to dump.
public static void hexDump(String name,
byte[] bs,
int start,
int len)
name - name (desctription) of the message.bs - buffer to dumpstart - dump message using given offset.len - first bytes (length) to dump.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||