Class NativeInt8Array

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

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