Interface Int8Array

All Superinterfaces:
ArrayBufferView
All Known Implementing Classes:
Int8ArrayImpl, Int8ArrayNative

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