CharsetDecoder

expect abstract class CharsetDecoder
actual abstract class CharsetDecoder
actual typealias CharsetDecoder = CharsetDecoder
actual abstract class CharsetDecoder

Extensions

Link copied to clipboard
expect val CharsetDecoder.charset: Charset

Decoder's charset it is created for.

actual val CharsetDecoder.charset: Charset
actual val CharsetDecoder.charset: Charset
Link copied to clipboard
fun CharsetDecoder.decode(input: Input, max: Int = Int.MAX_VALUE): String
expect fun CharsetDecoder.decode(input: Input, dst: Appendable, max: Int): Int
actual fun CharsetDecoder.decode(input: Input, dst: Appendable, max: Int): Int
Link copied to clipboard
expect fun CharsetDecoder.decodeExactBytes(input: Input, inputLength: Int): String
actual fun CharsetDecoder.decodeExactBytes(input: Input, inputLength: Int): String
actual fun CharsetDecoder.decodeExactBytes(input: Input, inputLength: Int): String