| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript.typedarrays |
| Class and Description |
|---|
| NativeArrayBuffer
A NativeArrayBuffer is the backing buffer for a typed array.
|
| NativeArrayBufferView
This class is the abstract parent for all views of the array.
|
| NativeFloat32Array
An array view that stores 32-bit quantities and implements the JavaScript "loat32Array"
interface.
|
| NativeFloat64Array
An array view that stores 64-bit quantities and implements the JavaScript "Float64Array"
interface.
|
| NativeInt16Array
An array view that stores 16-bit quantities and implements the JavaScript "Int16Array" interface.
|
| NativeInt32Array
An array view that stores 32-bit quantities and implements the JavaScript "Int32Array" interface.
|
| NativeInt8Array
An array view that stores 8-bit quantities and implements the JavaScript "Int8Array" interface.
|
| NativeTypedArrayView
This class is the abstract parent for all of the various typed arrays.
|
| NativeUint16Array
An array view that stores 16-bit quantities and implements the JavaScript "Uint16Array"
interface.
|
| NativeUint32Array
An array view that stores 32-bit quantities and implements the JavaScript "Uint32Array"
interface.
|
| NativeUint8Array
An array view that stores 8-bit quantities and implements the JavaScript "Uint8Array" interface.
|
| NativeUint8ClampedArray
An array view that stores 8-bit quantities and implements the JavaScript "Uint8ClampedArray"
interface.
|
Copyright © 2023 HtmlUnit. All rights reserved.