JsEncoding

Holds a resolved JavaScript encoding, paired with a Charset.

Please use symbolic resolution methods to obtain instances of this class.

Parameters

value

The resolved encoding and its corresponding Java Charset.

Types

Link copied to clipboard

Resolve string symbols (JavaScript encoding "labels") to Java Charset objects, through JsEncoding.

Properties

Link copied to clipboard
Link copied to clipboard
open override val length: Int
Link copied to clipboard
open override val symbol: SupportedJsEncoding

Functions

Link copied to clipboard
open operator override fun compareTo(other: JsEncoding): Int
Link copied to clipboard
open operator override fun get(index: Int): Char
Link copied to clipboard
open override fun subSequence(startIndex: Int, endIndex: Int): CharSequence
Link copied to clipboard
open override fun toString(): String