Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host.arrays |
Implementations of the JavaScript host objects for Typed Arrays - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayBufferViewBase
The parent class of all typed arrays,
DataView is not included. |
class |
DataView
The ArrayBufferView type describes a particular view on the contents of an
ArrayBuffer 's data. |
class |
Float32Array
Represents an array of 32-bit floating point numbers.
|
class |
Float64Array
Represents an array of 64-bit floating point numbers.
|
class |
Int16Array
Represents an array of twos-complement 16-bit signed integers.
|
class |
Int32Array
Represents an array of twos-complement 32-bit signed integers.
|
class |
Int8Array
Represents an array of twos-complement 8-bit signed integers.
|
class |
Uint16Array
Represents an array of unsigned 16-bit integers.
|
class |
Uint32Array
Represents an array of unsigned 32-bit integers.
|
class |
Uint8Array
Represents an array of unsigned 16-bit integers.
|
class |
Uint8ClampedArray
Represents an array of unsigned 16-bit integers.
|
Modifier and Type | Method and Description |
---|---|
ArrayBufferView |
ArrayBufferViewBase.subarray(int begin,
Object end)
Returns a new view on the ArrayBuffer store for this object.
|
Copyright © 2002–2017 Gargoyle Software Inc.. All rights reserved.