JvmCharset

class JvmCharset(val charset: Charset) : Charset

Constructors

Link copied to clipboard
constructor(charset: Charset)

Properties

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

Functions

Link copied to clipboard
abstract fun decode(out: kotlin/text/StringBuilder, src: ByteArray, start: Int = 0, end: Int = src.size): Int

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

open override fun decode(out: StringBuilder, src: ByteArray, start: Int, end: Int): Int
Link copied to clipboard
abstract fun encode(out: korlibs/memory/ByteArrayBuilder, src: CharSequence, start: Int = 0, end: Int = src.length)
open override fun encode(out: ERROR CLASS: Symbol not found for 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