class |
NativeDataView |
This class represents the JavaScript "DataView" interface, which allows direct manipulations of
the bytes in a NativeArrayBuffer.
|
class |
NativeFloat32Array |
An array view that stores 32-bit quantities and implements the JavaScript "loat32Array" interface.
|
class |
NativeFloat64Array |
An array view that stores 64-bit quantities and implements the JavaScript "Float64Array" interface.
|
class |
NativeInt16Array |
An array view that stores 16-bit quantities and implements the JavaScript "Int16Array" interface.
|
class |
NativeInt32Array |
An array view that stores 32-bit quantities and implements the JavaScript "Int32Array" interface.
|
class |
NativeInt8Array |
An array view that stores 8-bit quantities and implements the JavaScript "Int8Array" interface.
|
class |
NativeTypedArrayView<T> |
This class is the abstract parent for all of the various typed arrays.
|
class |
NativeUint16Array |
An array view that stores 16-bit quantities and implements the JavaScript "Uint16Array" interface.
|
class |
NativeUint32Array |
An array view that stores 32-bit quantities and implements the JavaScript "Uint32Array" interface.
|
class |
NativeUint8Array |
An array view that stores 8-bit quantities and implements the JavaScript "Uint8Array" interface.
|
class |
NativeUint8ClampedArray |
An array view that stores 8-bit quantities and implements the JavaScript "Uint8ClampedArray" interface.
|