Class NativeUint8Array

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

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