Builder

Constructors

Link copied to clipboard
constructor()
constructor(other: Base32.Hex.Config?)

Functions

Link copied to clipboard
fun backFillBuffers(enable: Boolean): Base32.Hex.Builder

DEFAULT: true

Link copied to clipboard

Commits configured options to Config, creating the Hex instance.

Link copied to clipboard
fun encodeLowercase(enable: Boolean): Base32.Hex.Builder

DEFAULT: false

Link copied to clipboard
fun isLenient(enable: Boolean): Base32.Hex.Builder

DEFAULT: true

Link copied to clipboard
fun lineBreak(interval: Byte): Base32.Hex.Builder

DEFAULT: 0 (i.e. disabled)

Link copied to clipboard
fun lineBreakReset(onFlush: Boolean): Base32.Hex.Builder

DEFAULT: true

Link copied to clipboard
fun padEncoded(enable: Boolean): Base32.Hex.Builder

DEFAULT: true

Link copied to clipboard

Helper for configuring the builder with settings which are compliant with the RFC 4648 specification.