Interface Uint8Array

All Superinterfaces:
ArrayBufferView
All Known Subinterfaces:
Uint8ClampedArray
All Known Implementing Classes:
Uint8ArrayImpl, Uint8ArrayNative, Uint8ClampedArrayImpl, Uint8ClampedArrayNativeEmul

public interface Uint8Array extends ArrayBufferView
A view representing an ArrayBuffer as 8-bit unsigned integers. Storing out-of-range values are mapped to valid values by taking the bottom 8 bits of the value as an unassigned.
invalid @link
{@link "http://www.khronos.org/registry/typedarray/specs/latest/#7"
}