Class NativeUint8ClampedArray

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

public class NativeUint8ClampedArray extends NativeTypedArrayView<Integer>
An array view that stores 8-bit quantities and implements the JavaScript "Uint8ClampedArray" interface. It also implements List<Integer> for direct manipulation in Java. Bytes inserted that fall out of the range (0 <= X < 256) will be adjusted so that they match before insertion.
See Also: