CharsetDecoder

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

Constructors

Link copied to clipboard
fun CharsetDecoder(_charset: Charset)
fun CharsetDecoder(_charset: Charset)

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
expect fun CharsetDecoder.decode(input: Input, dst: Appendable, max: Int): Int
actual 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