Builder

Common
JVM
JS
Native
1.0
class Builder
(source)

A context for building a BytesHexFormat. Provides API for configuring format options.

Properties

Common
JVM
JS
Native
1.0

bytePrefix

Defines BytesHexFormat.bytePrefix of the format being built, empty string by default.

var bytePrefix: String
Common
JVM
JS
Native
1.0

byteSeparator

Defines BytesHexFormat.byteSeparator of the format being built, empty string by default.

var byteSeparator: String
Common
JVM
JS
Native
1.0

bytesPerGroup

Defines BytesHexFormat.bytesPerGroup of the format being built, Int.MAX_VALUE by default.

var bytesPerGroup: Int
Common
JVM
JS
Native
1.0

bytesPerLine

Defines BytesHexFormat.bytesPerLine of the format being built, Int.MAX_VALUE by default.

var bytesPerLine: Int
Common
JVM
JS
Native
1.0

byteSuffix

Defines BytesHexFormat.byteSuffix of the format being built, empty string by default.

var byteSuffix: String
Common
JVM
JS
Native
1.0

groupSeparator

Defines BytesHexFormat.groupSeparator of the format being built, two space characters (" ") by default.

var groupSeparator: String