expect val CharsetDecoder.charset: Charset
Decoder's charset it is created for. |
|
fun CharsetDecoder.decode(input: Input, max: Int = Int.MAX_VALUE): String expect fun CharsetDecoder.decode(input: Input, dst: Appendable, max: Int): Int |
|
expect fun CharsetDecoder.decodeExactBytes(input: Input, inputLength: Int): String |