ArrayBufferView
Properties
buffer
abstract val buffer: ArrayBufferbyteLength
abstract val byteLength: IntbyteOffset
abstract val byteOffset: IntInheritors
DataView
Exposes the JavaScript DataView to Kotlin
open class DataView : ArrayBufferViewFloat32Array
Exposes the JavaScript Float32Array to Kotlin
open class Float32Array : ArrayBufferViewFloat64Array
Exposes the JavaScript Float64Array to Kotlin
open class Float64Array : ArrayBufferViewInt16Array
Exposes the JavaScript Int16Array to Kotlin
open class Int16Array : ArrayBufferViewInt32Array
Exposes the JavaScript Int32Array to Kotlin
open class Int32Array : ArrayBufferViewInt8Array
Exposes the JavaScript Int8Array to Kotlin
open class Int8Array : ArrayBufferViewUint16Array
Exposes the JavaScript Uint16Array to Kotlin
open class Uint16Array : ArrayBufferViewUint32Array
Exposes the JavaScript Uint32Array to Kotlin
open class Uint32Array : ArrayBufferViewUint8Array
Exposes the JavaScript Uint8Array to Kotlin
open class Uint8Array : ArrayBufferViewUint8ClampedArray
Exposes the JavaScript Uint8ClampedArray to Kotlin
open class Uint8ClampedArray : ArrayBufferView