Builder
Properties
bytes
Defines HexFormat.bytes of the format being built.
val
bytes
:
Builder
number
Defines HexFormat.number of the format being built.
val
number
:
Builder
upperCase
Defines
HexFormat.upperCase
of the format being built,
false
by default.
var
upperCase
:
Boolean
Functions
bytes
Provides a scope for configuring the HexFormat.bytes format options.
fun
bytes
(
builderAction
:
Builder
.
(
)
->
Unit
)
number
Provides a scope for configuring the HexFormat.number format options.
fun
number
(
builderAction
:
Builder
.
(
)
->
Unit
)