public class HexDumper extends Object
| Constructor and Description |
|---|
HexDumper() |
| Modifier and Type | Method and Description | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
void |
appendTo(Appendable appendable,
byte[] data)
Append the hex dump of the given data to the string builder, using the current formatting settings.
|
||||||||||||||||||||||||||||
void |
appendTo(Appendable appendable,
byte[] data,
int start,
int length)
Append the hex dump of the given data to the string builder, using the current formatting settings.
|
||||||||||||||||||||||||||||
void |
appendTo(StringBuilder builder,
byte[] data)
Append the hex dump of the given data to the string builder, using the current formatting settings.
|
||||||||||||||||||||||||||||
void |
appendTo(StringBuilder builder,
byte[] data,
int start,
int length)
Append the hex dump of the given data to the string builder, using the current formatting settings.
|
||||||||||||||||||||||||||||
static HexDumper |
defaultDumper()
Retrieve a hex dumper tuned for lines of 80 characters:
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2. |