Builder
Properties
bytePrefix
Defines BytesHexFormat.bytePrefix of the format being built, empty string by default.
var
bytePrefix
:
String
byteSeparator
Defines BytesHexFormat.byteSeparator of the format being built, empty string by default.
var
byteSeparator
:
String
bytesPerGroup
Defines BytesHexFormat.bytesPerGroup of the format being built, Int.MAX_VALUE by default.
var
bytesPerGroup
:
Int
bytesPerLine
Defines BytesHexFormat.bytesPerLine of the format being built, Int.MAX_VALUE by default.
var
bytesPerLine
:
Int
byteSuffix
Defines BytesHexFormat.byteSuffix of the format being built, empty string by default.
var
byteSuffix
:
String
groupSeparator
Defines
BytesHexFormat.groupSeparator
of the format being built, two space characters (
" "
) by default.
var
groupSeparator
:
String