Uses of Class
com.google.gwt.typedarrays.client.Uint8ArrayNative
Packages that use Uint8ArrayNative
-
Uses of Uint8ArrayNative in com.google.gwt.typedarrays.client
Fields in com.google.gwt.typedarrays.client declared as Uint8ArrayNativeModifier and TypeFieldDescriptionprotected final Uint8ArrayNative
DataViewNativeEmul.tempBuffer
A temporary buffer used for reversing bytes.protected final Uint8ArrayNative
DataViewNativeEmul.uint8Array
A view of the underlying buffer as bytes.Methods in com.google.gwt.typedarrays.client that return Uint8ArrayNativeModifier and TypeMethodDescriptionstatic Uint8ArrayNative
Uint8ArrayNative.create
(int length) Create aUint8Array
instance.static Uint8ArrayNative
Uint8ArrayNative.create
(int[] array) Create aUint8Array
instance from an array.static Uint8ArrayNative
Uint8ArrayNative.create
(short[] array) Create aUint8Array
instance from an array.static Uint8ArrayNative
Uint8ArrayNative.create
(JavaScriptObject array) Create aUint8Array
instance from a JavaScript array-like object.static Uint8ArrayNative
Uint8ArrayNative.create
(ArrayBuffer buffer) Create aUint8Array
instance.static Uint8ArrayNative
Uint8ArrayNative.create
(ArrayBuffer buffer, int byteOffset) Create aUint8Array
instance.static Uint8ArrayNative
Uint8ArrayNative.create
(ArrayBuffer buffer, int byteOffset, int length) Create aUint8Array
instance.static Uint8ArrayNative
Uint8ArrayNative.createClamped
(int length) Create aUint8ClampedArray
instance.static Uint8ArrayNative
Uint8ArrayNative.createClamped
(int[] array) Create aUint8Array
instance from an array.static Uint8ArrayNative
Uint8ArrayNative.createClamped
(short[] array) Create aUint8Array
instance from an array.static Uint8ArrayNative
Uint8ArrayNative.createClamped
(JavaScriptObject array) Create aUint8ClampedArray
instance from a JavaScript array-like object.static Uint8ArrayNative
Uint8ArrayNative.createClamped
(ArrayBuffer buffer) Create aUint8ClampedArray
instance.static Uint8ArrayNative
Uint8ArrayNative.createClamped
(ArrayBuffer buffer, int byteOffset) Create aUint8ClampedArray
instance.static Uint8ArrayNative
Uint8ArrayNative.createClamped
(ArrayBuffer buffer, int byteOffset, int length) Create aUint8ClampedArray
instance.static Uint8ArrayNative
JsUtils.createUint8Array
(JsArrayInteger array) NativeImpl.createUint8Array
(int length) NativeImpl.createUint8Array
(short[] array) NativeImpl.createUint8Array
(ArrayBuffer buffer) NativeImpl.createUint8Array
(ArrayBuffer buffer, int byteOffset) NativeImpl.createUint8Array
(ArrayBuffer buffer, int byteOffset, int length) Uint8ArrayNative.subarray
(int begin) Uint8ArrayNative.subarray
(int begin, int end) Methods in com.google.gwt.typedarrays.client with parameters of type Uint8ArrayNativeModifier and TypeMethodDescriptionprotected final void
DataViewNativeEmul.reverseBytes
(Uint8ArrayNative src, int srcOfs, int len, Uint8ArrayNative dest, int destOfs) Copy bytes from the underlying buffer to a temporary buffer, reversing them in the process.