JavaLangAccess

Properties

Link copied to clipboard
val allThreads: Array<Job>
Link copied to clipboard

Functions

Link copied to clipboard
fun decodeASCII(src: ByteArray, srcOff: Int, dst: CharArray?, dstOff: Int, len: Int): Int

Decodes ASCII from the source byte array into the destination char array.

Link copied to clipboard
fun encodeASCII(src: CharArray, srcOff: Int, dst: ByteArray?, dstOff: Int, len: Int): Int
Link copied to clipboard
Link copied to clipboard
fun inflateBytesToChars(src: ByteArray?, srcOff: Int, dst: CharArray?, dstOff: Int, len: Int)

Inflated copy from byte[] to char[], as defined by StringLatin1.inflate

Link copied to clipboard
fun registerJob(job: Job)
Link copied to clipboard
fun start(thread: Job, container: ThreadContainer)

Starts a thread in the given ThreadContainer.

Link copied to clipboard
fun threadContainer(thread: Job): ThreadContainer?
Link copied to clipboard
fun unregisterJob(job: Job)