Uses of Class
com.google.gwt.typedarrays.client.Int16ArrayNative
Packages that use Int16ArrayNative
-
Uses of Int16ArrayNative in com.google.gwt.typedarrays.client
Methods in com.google.gwt.typedarrays.client that return Int16ArrayNativeModifier and TypeMethodDescriptionstatic Int16ArrayNativeInt16ArrayNative.create(int length) static Int16ArrayNativeInt16ArrayNative.create(ArrayBuffer buffer) static Int16ArrayNativeInt16ArrayNative.create(ArrayBuffer buffer, int byteOffset) static Int16ArrayNativeInt16ArrayNative.create(ArrayBuffer buffer, int byteOffset, int length) static Int16ArrayNativeJsUtils.createInt16Array(JsArrayInteger array) NativeImpl.createInt16Array(int length) NativeImpl.createInt16Array(short[] array) NativeImpl.createInt16Array(ArrayBuffer buffer) NativeImpl.createInt16Array(ArrayBuffer buffer, int byteOffset) NativeImpl.createInt16Array(ArrayBuffer buffer, int byteOffset, int length)