Class NativeUint8ClampedArray

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Iterable<java.lang.Integer>, java.util.Collection<java.lang.Integer>, java.util.List<java.lang.Integer>, java.util.RandomAccess, ConstProperties, DebuggableObject, ExternalArrayData, IdFunctionCall, Scriptable, SymbolScriptable

    public class NativeUint8ClampedArray
    extends NativeTypedArrayView<java.lang.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:
    Serialized Form