Values
Property
Value
Position Length
6
Position Suffix
": "
Delimiter
" "
Group Length
2
Group Count
24
Line Delimiter
"\n"
HexDumper |
HexDumper.delimiter(String delimiter)
Set the delimiter to write in between each group of hexadecimal characters.
|
HexDumper |
HexDumper.groupCount(int groupCount)
Set the number of groups in each line.
|
HexDumper |
HexDumper.groupLength(int groupLength)
Set the length of each group in hexadecimal characters.
|
HexDumper |
HexDumper.lineDelimiter(String lineDelimiter)
Set the delimiter between each new line.
|
HexDumper |
HexDumper.positionLength(int positionLength)
Set the number of hex characters in the position.
|
HexDumper |
HexDumper.positionSuffix(String positionSuffix)
Set a suffix to write after each position.
|