JsCharset

class JsCharset(val textEncoder: TextEncoder, val textDecoder: TextDecoder) : Charset

Constructors

Link copied to clipboard
constructor(textEncoder: TextEncoder, textDecoder: TextDecoder)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun decode(out: StringBuilder, src: ByteArray, start: Int, end: Int): Int

Decodes the src start-end range using this Charset and writes the result into the out.

Link copied to clipboard
open override fun encode(out: ByteArrayBuilder, src: CharSequence, start: Int, end: Int)
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String