ByteVector

This class implements a simple byte vector with access to the underlying array.

Constructors

Link copied to clipboard
constructor()
constructor(capacity: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun alloc(size: Int): Int
Link copied to clipboard
fun capacity(): Int
Link copied to clipboard
fun get(index: Int): Byte
Link copied to clipboard
Link copied to clipboard
fun length(): Int
Link copied to clipboard
fun put(index: Int, val: Byte)
Link copied to clipboard