Companion
Doubles as a static implementation with default settings and a lineBreakInterval of 64.
e.g.
val encoded = "Hello World!"
.encodeToByteArray()
.encodeToString(Base32.Hex)
println(encoded) // 91IMOR3F41BMUSJCCGGG====
Content copied to clipboard
Properties
Functions
Link copied to clipboard
protected open override fun newDecoderFeedProtected(out: Decoder.OutFeed): Decoder.Feed<Base32.Hex.Config>
Link copied to clipboard
protected open override fun newEncoderFeedProtected(out: Encoder.OutFeed): Encoder.Feed<Base32.Hex.Config>