Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
Uint8Array
Constructors
Uint8Array(array: Array<Byte>)
Uint8Array(
buffer: ArrayBuffer,
byteOffset: Int = definedExternally,
length: Int = definedExternally)
Properties
Functions
fun set(array: Uint8Array, offset: Int = definedExternally)
fun set(array: Array<Byte>, offset: Int = definedExternally)
Companion Object Properties
val BYTES_PER_ELEMENT: Int
Extension Functions
operator fun Uint8Array.set(index: Int, value: Byte)