class Builder
A context for building a BytesHexFormat. Provides API for configuring format options.
Defines BytesHexFormat.bytePrefix of the format being built, empty string by default.
var bytePrefix: String
Defines BytesHexFormat.byteSeparator of the format being built, empty string by default.
var byteSeparator: String
Defines BytesHexFormat.bytesPerGroup of the format being built, Int.MAX_VALUE by default.
var bytesPerGroup: Int
Defines BytesHexFormat.bytesPerLine of the format being built, Int.MAX_VALUE by default.
var bytesPerLine: Int
Defines BytesHexFormat.byteSuffix of the format being built, empty string by default.
var byteSuffix: String
Defines BytesHexFormat.groupSeparator of the format being built, two space characters (" ") by default.
var groupSeparator: String
© 2010–2023 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-hex-format/-bytes-hex-format/-builder/index.html