Class NoSupportImpl
java.lang.Object
com.google.gwt.typedarrays.shared.TypedArrays.Impl
com.google.gwt.typedarrays.client.NoSupportImpl
The implementation class for browsers known to have no
support (even emulated) for typed arrays.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateArrayBuffer(int length) createDataView(ArrayBuffer buffer, int byteOffset, int byteLength) createFloat32Array(float[] array) createFloat32Array(ArrayBuffer buffer, int byteOffset, int length) createFloat64Array(ArrayBuffer buffer, int byteOffset, int length) createInt16Array(ArrayBuffer buffer, int byteOffset, int length) createInt32Array(ArrayBuffer buffer, int byteOffset, int length) createInt8Array(ArrayBuffer buffer, int byteOffset, int length) createUint16Array(ArrayBuffer buffer, int byteOffset, int length) createUint32Array(ArrayBuffer buffer, int byteOffset, int length) createUint8Array(ArrayBuffer buffer, int byteOffset, int length) createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length) protected booleanCheck if the current environment might possibly support typed arrays.Methods inherited from class com.google.gwt.typedarrays.shared.TypedArrays.Impl
createDataView, createDataView, createFloat32Array, createFloat32Array, createFloat32Array, createFloat64Array, createFloat64Array, createFloat64Array, createFloat64Array, createInt16Array, createInt16Array, createInt16Array, createInt16Array, createInt32Array, createInt32Array, createInt32Array, createInt32Array, createInt8Array, createInt8Array, createInt8Array, createInt8Array, createUint16Array, createUint16Array, createUint16Array, createUint16Array, createUint32Array, createUint32Array, createUint32Array, createUint32Array, createUint32Array, createUint8Array, createUint8Array, createUint8Array, createUint8Array, createUint8ClampedArray, createUint8ClampedArray, createUint8ClampedArray, createUint8ClampedArray, getElementCount, runtimeSupportCheck
-
Constructor Details
-
NoSupportImpl
public NoSupportImpl()
-
-
Method Details
-
createArrayBuffer
- Specified by:
createArrayBufferin classTypedArrays.Impl
-
createFloat32Array
- Overrides:
createFloat32Arrayin classTypedArrays.Impl
-
mightBeSupported
protected boolean mightBeSupported()Description copied from class:TypedArrays.ImplCheck if the current environment might possibly support typed arrays.The default implementation always returns true, and this is intended to be a static check based on deffered-bound parameters.
- Overrides:
mightBeSupportedin classTypedArrays.Impl- Returns:
- true if the current environment might possibly support typed arrays
-