Config

Holder of a configuration for the UTF8 encoder/decoder.

See also

Properties

Link copied to clipboard

Functions

Link copied to clipboard
protected open override fun decodeOutMaxSizeOrFailProtected(encodedSize: Int, input: DecoderInput): Int
Link copied to clipboard
protected open override fun decodeOutMaxSizeProtected(encodedSize: Long): Long
Link copied to clipboard
protected open override fun encodeOutSizeProtected(unEncodedSize: Long): Long
Link copied to clipboard
protected open override fun toStringAddSettings(): Set<EncoderDecoder.Config.Setting>