DecoderInput

Helper class that ensures there is a common input type for EncoderDecoder.Config.decodeOutMaxSizeOrFail such that changes to the API (like adding support for a new type in Decoder extension functions) will not affect inheritors of EncoderDecoder.

See also

Constructors

Link copied to clipboard
constructor(input: CharSequence)
constructor(input: CharArray)

Functions

Link copied to clipboard
operator fun get(index: Int): Char