Package com.google.gwt.typedarrays.client
package com.google.gwt.typedarrays.client
-
ClassDescriptionJS native implementation of
ArrayBuffer
.Base class for JS implementation of various views.JS native implementation ofDataView
.JS native implementation ofDataView
for platforms with typed array support but missing DataView (ie, Firefox).JS native implementation ofFloat32Array
.JS native implementation ofFloat64Array
.JS native implementation ofInt16Array
.JS native implementation ofInt32Array
.JS native implementation ofInt8Array
.JS-specific utility methods, for use in client-side code that has the values in JS objects already.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.An implementation class used for browsers which provide full native implementations of all typed array classes.The implementation class for browsers known to have no support (even emulated) for typed arrays.JS native implementation ofUint16Array
.JS native implementation ofUint32Array
.JS native implementation ofUint8Array
and, where natively supported,Uint8ClampedArray
.Emulated version ofUint8ClampedArray
that is implemented using aUint8Array
.