abstract expect class Charset |
|
abstract expect class CharsetDecoder |
|
abstract expect class CharsetEncoder |
|
expect object Charsets |
open expect class MalformedInputException : Throwable |
|
class TooLongLineException : MalformedInputException |
actual typealias Charset = Charset |
|
actual typealias CharsetDecoder = CharsetDecoder |
|
actual typealias CharsetEncoder = CharsetEncoder |
fun decodeUtf8Result(numberOfChars: Int, requireBytes: Int): Long |
|
fun decodeUtf8ResultCombine(prev: Long, next: Long): Long |