Package org.htmlunit.corejs.javascript.typedarrays


package org.htmlunit.corejs.javascript.typedarrays
  • Classes
    Class
    Description
     
    Numeric conversions from section 7 of the ECMAScript 6 standard.
    A NativeArrayBuffer is the backing buffer for a typed array.
    This class is the abstract parent for all views of the array.
    This class represents the JavaScript "DataView" interface, which allows direct manipulations of the bytes in a NativeArrayBuffer.
    An array view that stores 32-bit quantities and implements the JavaScript "loat32Array" interface.
    An array view that stores 64-bit quantities and implements the JavaScript "Float64Array" interface.
    An array view that stores 16-bit quantities and implements the JavaScript "Int16Array" interface.
    An array view that stores 32-bit quantities and implements the JavaScript "Int32Array" interface.
    An array view that stores 8-bit quantities and implements the JavaScript "Int8Array" interface.
     
    This class is the abstract parent for all of the various typed arrays.
    An array view that stores 16-bit quantities and implements the JavaScript "Uint16Array" interface.
    An array view that stores 32-bit quantities and implements the JavaScript "Uint32Array" interface.
    An array view that stores 8-bit quantities and implements the JavaScript "Uint8Array" interface.
    An array view that stores 8-bit quantities and implements the JavaScript "Uint8ClampedArray" interface.