Default
The default hexadecimal format options.
Uses lower case hexadecimal digits
0-9
,
a-f
when formatting
both
ByteArray
and numeric values. That is
upperCase
is
false
.
No line separator, group separator, byte separator, byte prefix or byte suffix is used
when formatting or parsing
ByteArray
. That is:
-
BytesHexFormat.bytesPerLine
is
Int.MAX_VALUE
. -
BytesHexFormat.bytesPerGroup
is
Int.MAX_VALUE
. - BytesHexFormat.byteSeparator , BytesHexFormat.bytePrefix and BytesHexFormat.byteSuffix are empty strings.
No prefix or suffix is used, and no leading zeros in hexadecimal representation are removed when formatting or parsing a numeric value. That is:
- NumberHexFormat.prefix and NumberHexFormat.suffix are empty strings.
-
NumberHexFormat.removeLeadingZeros
is
false
.