UTC8CharsetBase

open class UTC8CharsetBase(val name: String) : Charset

Constructors

Link copied to clipboard
constructor(name: String)

Properties

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 override fun estimateNumberOfBytesForCharacters(nchars: Int): Int
Link copied to clipboard
open override fun estimateNumberOfCharactersForBytes(nbytes: Int): Int