Builder

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

Since Kotlin

1.9

Properties

Link copied to clipboard

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

Since Kotlin 1.9
Link copied to clipboard

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

Since Kotlin 1.9
Link copied to clipboard

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

Since Kotlin 1.9
Link copied to clipboard

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

Since Kotlin 1.9
Link copied to clipboard

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

Since Kotlin 1.9
Link copied to clipboard

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

Since Kotlin 1.9