Package 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.

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.
 

Package com.gargoylesoftware.htmlunit.javascript.host.arrays Description

Implementations of the JavaScript host objects for Typed Arrays - users of HtmlUnit shouldn't need anything in this package.



Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.