Charset

expect abstract class Charset
actual typealias Charset = Charset
actual abstract class Charset(_name: String)

Types

Link copied to clipboard
expect object Companion
actual object Companion

Functions

Link copied to clipboard
expect abstract fun newDecoder(): CharsetDecoder
actual abstract fun newDecoder(): CharsetDecoder
Link copied to clipboard
expect abstract fun newEncoder(): CharsetEncoder
actual abstract fun newEncoder(): CharsetEncoder

Extensions

Link copied to clipboard
expect val Charset.name: String
actual val Charset.name: String