CharsetDecoder

expect abstract class CharsetDecoder
actual abstract class CharsetDecoder
actual abstract class CharsetDecoder
actual abstract class CharsetDecoder

Constructors

Link copied to clipboard
constructor(_charset: Charset)
constructor(_charset: Charset)
constructor(_charset: Charset)

Properties

Link copied to clipboard

Decoder's charset it is created for.

Decoder's charset it is created for.

Functions

Link copied to clipboard
fun CharsetDecoder.decode(input: Source, max: Int = Int.MAX_VALUE): String
expect fun CharsetDecoder.decode(input: Source, dst: Appendable, max: Int): Int
actual fun CharsetDecoder.decode(input: Source, dst: Appendable, max: Int): Int
actual fun CharsetDecoder.decode(input: Source, dst: Appendable, max: Int): Int
actual fun CharsetDecoder.decode(input: Source, dst: Appendable, max: Int): Int
actual fun CharsetDecoder.decode(input: Source, dst: Appendable, max: Int): Int
actual fun CharsetDecoder.decode(input: Source, dst: Appendable, max: Int): Int