Base32CrockfordConfigBuilder
Builder for creating a Base32.Crockford.Config.
See also
Properties
Link copied to clipboard
Link copied to clipboard
If true, will output lowercase characters when encoding (against Crockford spec).
Link copied to clipboard
If true, whenever Encoder.Feed.flush is invoked:
Link copied to clipboard
For every hyphenInterval of encoded output, a hyphen ("-") will be inserted.
Functions
Link copied to clipboard
Builds a Base32.Crockford.Config for the provided settings.
Link copied to clipboard
Specify an optional check symbol to be appended to the encoded output, and verified when decoding (fail quickly).
Link copied to clipboard
A shortcut for configuring things to be in strict adherence with the Crockford spec.