Package | Description |
---|---|
com.google.gwt.typedarrays.client |
Class and Description |
---|
ArrayBufferNative
JS native implementation of
ArrayBuffer . |
ArrayBufferViewNative
Base class for JS implementation of various views.
|
Float32ArrayNative
JS native implementation of
Float32Array . |
Float64ArrayNative
JS native implementation of
Float64Array . |
Int16ArrayNative
JS native implementation of
Int16Array . |
Int32ArrayNative
JS native implementation of
Int32Array . |
Int8ArrayNative
JS native implementation of
Int8Array . |
NativeImpl
The default implementation class, which assumes that Typed Arrays might be
supported and does runtime checks where necessary, substituting emulated
implementations of DataView and Uint8ClampedArray where they are missing.
|
Uint16ArrayNative
JS native implementation of
Uint16Array . |
Uint32ArrayNative
JS native implementation of
Uint32Array . |
Uint8ArrayNative
JS native implementation of
Uint8Array and, where natively supported,
Uint8ClampedArray . |