Charset

expect abstract class Charset
actual abstract class Charset
actual abstract class Charset

Constructors

Link copied to clipboard
constructor(_name: String)
constructor(_name: String)

Types

Link copied to clipboard
object Companion
object Companion

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
Link copied to clipboard
expect abstract fun newDecoder(): CharsetDecoder
actual abstract fun newDecoder(): CharsetDecoder
actual abstract fun newDecoder(): CharsetDecoder
Link copied to clipboard
expect abstract fun newEncoder(): CharsetEncoder
actual abstract fun newEncoder(): CharsetEncoder
actual abstract fun newEncoder(): CharsetEncoder
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String