Builder

Constructors

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

Functions

Link copied to clipboard

DEFAULT: true

Link copied to clipboard

Commits configured options to Config, creating the Crockford instance.

Link copied to clipboard
fun check(symbol: Char?): Base32.Crockford.Builder

DEFAULT: null (i.e. no check symbol)

Link copied to clipboard

DEFAULT: false

Link copied to clipboard
fun hyphen(interval: Byte): Base32.Crockford.Builder

DEFAULT: 0 (i.e. disabled)

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

DEFAULT: true

Link copied to clipboard

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