public class hexdump extends Object
| Constructor and Description |
|---|
hexdump() |
| Modifier and Type | Method and Description |
|---|---|
static String |
dump(String s,
byte[] b) |
static String |
dump(String description,
byte[] b,
int offset,
int length)
Dumps a byte array into hex format.
|
public static String dump(String description, byte[] b, int offset, int length)
description - If not null, a description of the data.b - The data to be printed.offset - The start of the data in the array.length - The length of the data in the array.Copyright © 2021 McEvoy Software Ltd. All rights reserved.