CharsetDecoder
Extensions
Link copied to clipboard
Decoder's charset it is created for.
Link copied to clipboard
fun CharsetDecoder.decode(input: Input, max: Int = Int.MAX_VALUE): String
Content copied to clipboard
expect fun CharsetDecoder.decode(input: Input, dst: Appendable, max: Int): Int
Content copied to clipboard
Link copied to clipboard
expect fun CharsetDecoder.decodeExactBytes(input: Input, inputLength: Int): String
Content copied to clipboard
actual fun CharsetDecoder.decodeExactBytes(input: Input, inputLength: Int): String
Content copied to clipboard