Uses of Class
com.google.gwt.typedarrays.client.Int8ArrayNative
Packages that use Int8ArrayNative
-
Uses of Int8ArrayNative in com.google.gwt.typedarrays.client
Methods in com.google.gwt.typedarrays.client that return Int8ArrayNativeModifier and TypeMethodDescriptionstatic Int8ArrayNative
Int8ArrayNative.create
(int length) static Int8ArrayNative
Int8ArrayNative.create
(ArrayBuffer buffer) static Int8ArrayNative
Int8ArrayNative.create
(ArrayBuffer buffer, int byteOffset) static Int8ArrayNative
Int8ArrayNative.create
(ArrayBuffer buffer, int byteOffset, int length) static Int8ArrayNative
JsUtils.createInt8Array
(JsArrayInteger array) NativeImpl.createInt8Array
(byte[] array) NativeImpl.createInt8Array
(int length) NativeImpl.createInt8Array
(ArrayBuffer buffer) NativeImpl.createInt8Array
(ArrayBuffer buffer, int byteOffset) NativeImpl.createInt8Array
(ArrayBuffer buffer, int byteOffset, int length)