|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| ArrayBuffer | A data type that is used to represent a generic, fixed-length binary data buffer. |
| ArrayBufferView | The ArrayBufferView type describes a particular view on the contents of an ArrayBuffer's data. |
| ArrayBufferViewBase | The parent class of all typed arrays, DataView is not included. |
| DataView | The ArrayBufferView type describes a particular view on the contents of an ArrayBuffer's data. |
| Float32Array | Represents an array of 32-bit floating point numbers. |
| Float64Array | Represents an array of 64-bit floating point numbers. |
| Int16Array | Represents an array of twos-complement 16-bit signed integers. |
| Int32Array | Represents an array of twos-complement 32-bit signed integers. |
| Int8Array | Represents an array of twos-complement 8-bit signed integers. |
| Uint16Array | Represents an array of unsigned 16-bit integers. |
| Uint32Array | Represents an array of unsigned 32-bit integers. |
| Uint8Array | Represents an array of unsigned 16-bit integers. |
| Uint8ClampedArray | Represents an array of unsigned 16-bit integers. |
Implementations of the JavaScript host objects for Typed Arrays - users of HtmlUnit shouldn't need anything in this package.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||