Builder

Constructors

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

Functions

Link copied to clipboard

DEFAULT: true

Link copied to clipboard

Commits configured options to Config, creating the Default instance.

Link copied to clipboard

DEFAULT: false

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

DEFAULT: true

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

DEFAULT: 0 (i.e. disabled)

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

DEFAULT: true

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

DEFAULT: true

Link copied to clipboard

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