Class NativeUint8Array

All Implemented Interfaces:
Serializable, Iterable<Integer>, Collection<Integer>, List<Integer>, RandomAccess, SequencedCollection<Integer>, ConstProperties, DebuggableObject, ExternalArrayData, IdFunctionCall, Scriptable

public class NativeUint8Array extends NativeTypedArrayView<Integer>
An array view that stores 8-bit quantities and implements the JavaScript "Uint8Array" interface. It also implements List for direct manipulation in Java.
See Also:
  • Constructor Details

    • NativeUint8Array

      public NativeUint8Array()
    • NativeUint8Array

      public NativeUint8Array(NativeArrayBuffer ab, int off, int len)
    • NativeUint8Array

      public NativeUint8Array(int len)
  • Method Details