Uses of Interface
com.google.gwt.typedarrays.shared.Int8Array
-
Packages that use Int8Array Package Description com.google.gwt.typedarrays.client com.google.gwt.typedarrays.server com.google.gwt.typedarrays.shared -
-
Uses of Int8Array in com.google.gwt.typedarrays.client
Classes in com.google.gwt.typedarrays.client that implement Int8Array Modifier and Type Class Description classInt8ArrayNativeJS native implementation ofInt8Array.Methods in com.google.gwt.typedarrays.client that return Int8Array Modifier and Type Method Description Int8ArrayNoSupportImpl. createInt8Array(ArrayBuffer buffer, int byteOffset, int length)Int8ArrayInt8ArrayNative. subarray(int begin)Int8ArrayInt8ArrayNative. subarray(int begin, int end)Methods in com.google.gwt.typedarrays.client with parameters of type Int8Array Modifier and Type Method Description voidInt8ArrayNative. set(Int8Array array)voidInt8ArrayNative. set(Int8Array array, int offset)static voidJsUtils. set(Int8Array dest, JsArrayInteger array)static voidJsUtils. set(Int8Array dest, JsArrayInteger array, int offset) -
Uses of Int8Array in com.google.gwt.typedarrays.server
Classes in com.google.gwt.typedarrays.server that implement Int8Array Modifier and Type Class Description classInt8ArrayImplPure Java implementation ofInt8Array.Methods in com.google.gwt.typedarrays.server that return Int8Array Modifier and Type Method Description Int8ArrayJavaImpl. createInt8Array(ArrayBuffer buffer, int byteOffset, int length)Int8ArrayInt8ArrayImpl. subarray(int begin)Int8ArrayInt8ArrayImpl. subarray(int begin, int end)Methods in com.google.gwt.typedarrays.server with parameters of type Int8Array Modifier and Type Method Description voidInt8ArrayImpl. set(Int8Array array)voidInt8ArrayImpl. set(Int8Array array, int offset) -
Uses of Int8Array in com.google.gwt.typedarrays.shared
Methods in com.google.gwt.typedarrays.shared that return Int8Array Modifier and Type Method Description static Int8ArrayTypedArrays. createInt8Array(int length)static Int8ArrayTypedArrays. createInt8Array(ArrayBuffer buffer)Create aInt8Arrayinstance onbuffer, starting at starting at the beginning of the buffer and continuing to the end.static Int8ArrayTypedArrays. createInt8Array(ArrayBuffer buffer, int byteOffset)Create aInt8Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing to the end of the buffer (which must be an integral number of elements).static Int8ArrayTypedArrays. createInt8Array(ArrayBuffer buffer, int byteOffset, int length)Create aInt8Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements.Int8ArrayTypedArrays.Impl. createInt8Array(byte[] array)Int8ArrayTypedArrays.Impl. createInt8Array(int length)Int8ArrayTypedArrays.Impl. createInt8Array(ArrayBuffer buffer)Int8ArrayTypedArrays.Impl. createInt8Array(ArrayBuffer buffer, int byteOffset)abstract Int8ArrayTypedArrays.Impl. createInt8Array(ArrayBuffer buffer, int byteOffset, int length)Int8ArrayInt8Array. subarray(int begin)Create a new view from the same array, fromoffsetto the end of this view.Int8ArrayInt8Array. subarray(int begin, int end)Create a new view from the same array, fromoffsetto (but not including)endin this view.Methods in com.google.gwt.typedarrays.shared with parameters of type Int8Array Modifier and Type Method Description voidInt8Array. set(Int8Array array)Set multiple elements in this view from another view, storing starting at 0.voidInt8Array. set(Int8Array array, int offset)Set multiple elements in this view from another view, storing starting at the requested offset.
-