ArrayBufferView

JS
1.1
interface ArrayBufferView : BufferDataSource

Exposes the JavaScript ArrayBufferView to Kotlin

Properties

JS
1.1

buffer

abstract val buffer: ArrayBuffer
JS
1.1

byteLength

abstract val byteLength: Int
JS
1.1

byteOffset

abstract val byteOffset: Int

Inheritors

JS
1.1

DataView

Exposes the JavaScript DataView to Kotlin

open class DataView : ArrayBufferView
JS
1.1

Float32Array

Exposes the JavaScript Float32Array to Kotlin

open class Float32Array : ArrayBufferView
JS
1.1

Float64Array

Exposes the JavaScript Float64Array to Kotlin

open class Float64Array : ArrayBufferView
JS
1.1

Int16Array

Exposes the JavaScript Int16Array to Kotlin

open class Int16Array : ArrayBufferView
JS
1.1

Int32Array

Exposes the JavaScript Int32Array to Kotlin

open class Int32Array : ArrayBufferView
JS
1.1

Int8Array

Exposes the JavaScript Int8Array to Kotlin

open class Int8Array : ArrayBufferView
JS
1.1

Uint16Array

Exposes the JavaScript Uint16Array to Kotlin

open class Uint16Array : ArrayBufferView
JS
1.1

Uint32Array

Exposes the JavaScript Uint32Array to Kotlin

open class Uint32Array : ArrayBufferView
JS
1.1

Uint8Array

Exposes the JavaScript Uint8Array to Kotlin

open class Uint8Array : ArrayBufferView
JS
1.1

Uint8ClampedArray

Exposes the JavaScript Uint8ClampedArray to Kotlin

open class Uint8ClampedArray : ArrayBufferView