Builder
class Builder
A context for building a BytesHexFormat. Provides API for configuring format options.
Properties
Link copied to clipboard
Defines BytesHexFormat.bytePrefix of the format being built, empty string by default.
Link copied to clipboard
Defines BytesHexFormat.byteSeparator of the format being built, empty string by default.
Link copied to clipboard
Defines BytesHexFormat.bytesPerGroup of the format being built, Int.MAX_VALUE by default.
Link copied to clipboard
Defines BytesHexFormat.bytesPerLine of the format being built, Int.MAX_VALUE by default.
Link copied to clipboard
Defines BytesHexFormat.byteSuffix of the format being built, empty string by default.
Link copied to clipboard
Defines BytesHexFormat.groupSeparator of the format being built, two space characters (" ") by default.