Interface Int16Array

All Superinterfaces:
ArrayBufferView
All Known Implementing Classes:
Int16ArrayImpl, Int16ArrayNative

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