ArrayBufferView
Properties
buffer
abstract
val
buffer
:
ArrayBuffer
byteLength
abstract
val
byteLength
:
Int
byteOffset
abstract
val
byteOffset
:
Int
Inheritors
DataView
Exposes the JavaScript DataView to Kotlin
open
class
DataView
:
ArrayBufferView
Float32Array
Exposes the JavaScript Float32Array to Kotlin
open
class
Float32Array
:
ArrayBufferView
Float64Array
Exposes the JavaScript Float64Array to Kotlin
open
class
Float64Array
:
ArrayBufferView
Int16Array
Exposes the JavaScript Int16Array to Kotlin
open
class
Int16Array
:
ArrayBufferView
Int32Array
Exposes the JavaScript Int32Array to Kotlin
open
class
Int32Array
:
ArrayBufferView
Int8Array
Exposes the JavaScript Int8Array to Kotlin
open
class
Int8Array
:
ArrayBufferView
Uint16Array
Exposes the JavaScript Uint16Array to Kotlin
open
class
Uint16Array
:
ArrayBufferView
Uint32Array
Exposes the JavaScript Uint32Array to Kotlin
open
class
Uint32Array
:
ArrayBufferView
Uint8Array
Exposes the JavaScript Uint8Array to Kotlin
open
class
Uint8Array
:
ArrayBufferView
Uint8ClampedArray
Exposes the JavaScript Uint8ClampedArray to Kotlin
open
class
Uint8ClampedArray
:
ArrayBufferView