public class HexDump extends Object
| Constructor and Description |
|---|
HexDump() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static void hexDump(String name, byte[] bs)
name - name (desctription) of the message.bs - buffer to dumppublic 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.Copyright © 2004-2020 EPICS. All Rights Reserved.