Interface Uint32Array

All Superinterfaces:
ArrayBufferView
All Known Implementing Classes:
Uint32ArrayImpl, Uint32ArrayNative

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