Base16ConfigBuilder

Constructors

Link copied to clipboard
constructor()
constructor(config: Base16.Config?)

Properties

Link copied to clipboard
@JvmField
var encodeToLowercase: Boolean

If true, will output lowercase characters when encoding (against RFC 4648).

Link copied to clipboard
@JvmField
var isLenient: Boolean

If true, spaces and new lines ('\n', '\r', ' ', '\t') will be skipped over when decoding (against RFC 4648).

Link copied to clipboard
@JvmField
var lineBreakInterval: Byte

For every lineBreakInterval of encoded data, a line break will be output.

Functions

Link copied to clipboard

Builds a Base16.Config for the provided settings.

Link copied to clipboard

A shortcut for configuring things to be in strict adherence with RFC 4648.