Uses of Interface
com.google.gwt.typedarrays.shared.ArrayBuffer
-
Packages that use ArrayBuffer Package Description com.google.gwt.typedarrays.client com.google.gwt.typedarrays.server com.google.gwt.typedarrays.shared com.google.gwt.xhr.client Classes to support Javascript's XMLHttpRequest. -
-
Uses of ArrayBuffer in com.google.gwt.typedarrays.client
Classes in com.google.gwt.typedarrays.client that implement ArrayBuffer Modifier and Type Class Description classArrayBufferNativeJS native implementation ofArrayBuffer.Fields in com.google.gwt.typedarrays.client declared as ArrayBuffer Modifier and Type Field Description protected ArrayBufferDataViewNativeEmul. bufferMethods in com.google.gwt.typedarrays.client that return ArrayBuffer Modifier and Type Method Description static ArrayBufferJsUtils. arrayBufferFromString(java.lang.String str)Creates anArrayBufferfrom a string, with bytes encoded as individual characters (which means in UTF8-encoded strings, byte values0x80-0xFFtake two bytes.ArrayBufferArrayBufferViewNative. buffer()ArrayBufferDataViewNativeEmul. buffer()ArrayBufferUint8ClampedArrayNativeEmul. buffer()ArrayBufferNativeImpl. createArrayBuffer(int length)ArrayBufferNoSupportImpl. createArrayBuffer(int length)Methods in com.google.gwt.typedarrays.client with parameters of type ArrayBuffer Modifier and Type Method Description static DataViewDataViewNative. create(ArrayBuffer buffer)static DataViewDataViewNative. create(ArrayBuffer buffer, int byteOffset)static DataViewDataViewNative. create(ArrayBuffer buffer, int byteOffset, int byteLength)static DataViewDataViewNativeEmul. create(ArrayBuffer buffer, int byteOffset, int byteLength)static Float32ArrayNativeFloat32ArrayNative. create(ArrayBuffer buffer)static Float32ArrayNativeFloat32ArrayNative. create(ArrayBuffer buffer, int byteOffset)static Float32ArrayNativeFloat32ArrayNative. create(ArrayBuffer buffer, int byteOffset, int length)static Float64ArrayNativeFloat64ArrayNative. create(ArrayBuffer buffer)static Float64ArrayNativeFloat64ArrayNative. create(ArrayBuffer buffer, int byteOffset)static Float64ArrayNativeFloat64ArrayNative. create(ArrayBuffer buffer, int byteOffset, int length)static Int16ArrayNativeInt16ArrayNative. create(ArrayBuffer buffer)static Int16ArrayNativeInt16ArrayNative. create(ArrayBuffer buffer, int byteOffset)static Int16ArrayNativeInt16ArrayNative. create(ArrayBuffer buffer, int byteOffset, int length)static Int32ArrayNativeInt32ArrayNative. create(ArrayBuffer buffer)static Int32ArrayNativeInt32ArrayNative. create(ArrayBuffer buffer, int byteOffset)static Int32ArrayNativeInt32ArrayNative. create(ArrayBuffer buffer, int byteOffset, int length)static Int8ArrayNativeInt8ArrayNative. create(ArrayBuffer buffer)static Int8ArrayNativeInt8ArrayNative. create(ArrayBuffer buffer, int byteOffset)static Int8ArrayNativeInt8ArrayNative. create(ArrayBuffer buffer, int byteOffset, int length)static Uint16ArrayNativeUint16ArrayNative. create(ArrayBuffer buffer)static Uint16ArrayNativeUint16ArrayNative. create(ArrayBuffer buffer, int byteOffset)static Uint16ArrayNativeUint16ArrayNative. create(ArrayBuffer buffer, int byteOffset, int length)static Uint32ArrayNativeUint32ArrayNative. create(ArrayBuffer buffer)static Uint32ArrayNativeUint32ArrayNative. create(ArrayBuffer buffer, int byteOffset)static Uint32ArrayNativeUint32ArrayNative. create(ArrayBuffer buffer, int byteOffset, int length)static Uint8ArrayNativeUint8ArrayNative. create(ArrayBuffer buffer)Create aUint8Arrayinstance.static Uint8ArrayNativeUint8ArrayNative. create(ArrayBuffer buffer, int byteOffset)Create aUint8Arrayinstance.static Uint8ArrayNativeUint8ArrayNative. create(ArrayBuffer buffer, int byteOffset, int length)Create aUint8Arrayinstance.static Uint8ClampedArrayUint8ClampedArrayNativeEmul. create(ArrayBuffer buffer, int byteOffset, int length)Create aUint8ClampedArrayinstance on an existingArrayBuffer.static Uint8ArrayNativeUint8ArrayNative. createClamped(ArrayBuffer buffer)Create aUint8ClampedArrayinstance.static Uint8ArrayNativeUint8ArrayNative. createClamped(ArrayBuffer buffer, int byteOffset)Create aUint8ClampedArrayinstance.static Uint8ArrayNativeUint8ArrayNative. createClamped(ArrayBuffer buffer, int byteOffset, int length)Create aUint8ClampedArrayinstance.DataViewNativeImpl. createDataView(ArrayBuffer buffer)DataViewNativeImpl. createDataView(ArrayBuffer buffer, int byteOffset)DataViewNativeImpl. createDataView(ArrayBuffer buffer, int byteOffset, int byteLength)DataViewNoSupportImpl. createDataView(ArrayBuffer buffer, int byteOffset, int byteLength)Float32ArrayNativeNativeImpl. createFloat32Array(ArrayBuffer buffer)Float32ArrayNativeNativeImpl. createFloat32Array(ArrayBuffer buffer, int byteOffset)Float32ArrayNativeNativeImpl. createFloat32Array(ArrayBuffer buffer, int byteOffset, int length)Float32ArrayNoSupportImpl. createFloat32Array(ArrayBuffer buffer, int byteOffset, int length)Float64ArrayNativeNativeImpl. createFloat64Array(ArrayBuffer buffer)Float64ArrayNativeNativeImpl. createFloat64Array(ArrayBuffer buffer, int byteOffset)Float64ArrayNativeNativeImpl. createFloat64Array(ArrayBuffer buffer, int byteOffset, int length)Float64ArrayNoSupportImpl. createFloat64Array(ArrayBuffer buffer, int byteOffset, int length)Int16ArrayNativeNativeImpl. createInt16Array(ArrayBuffer buffer)Int16ArrayNativeNativeImpl. createInt16Array(ArrayBuffer buffer, int byteOffset)Int16ArrayNativeNativeImpl. createInt16Array(ArrayBuffer buffer, int byteOffset, int length)Int16ArrayNoSupportImpl. createInt16Array(ArrayBuffer buffer, int byteOffset, int length)Int32ArrayNativeNativeImpl. createInt32Array(ArrayBuffer buffer)Int32ArrayNativeNativeImpl. createInt32Array(ArrayBuffer buffer, int byteOffset)Int32ArrayNativeNativeImpl. createInt32Array(ArrayBuffer buffer, int byteOffset, int length)Int32ArrayNoSupportImpl. createInt32Array(ArrayBuffer buffer, int byteOffset, int length)Int8ArrayNativeNativeImpl. createInt8Array(ArrayBuffer buffer)Int8ArrayNativeNativeImpl. createInt8Array(ArrayBuffer buffer, int byteOffset)Int8ArrayNativeNativeImpl. createInt8Array(ArrayBuffer buffer, int byteOffset, int length)Int8ArrayNoSupportImpl. createInt8Array(ArrayBuffer buffer, int byteOffset, int length)Uint16ArrayNativeNativeImpl. createUint16Array(ArrayBuffer buffer)Uint16ArrayNativeNativeImpl. createUint16Array(ArrayBuffer buffer, int byteOffset)Uint16ArrayNativeNativeImpl. createUint16Array(ArrayBuffer buffer, int byteOffset, int length)Uint16ArrayNoSupportImpl. createUint16Array(ArrayBuffer buffer, int byteOffset, int length)Uint32ArrayNativeNativeImpl. createUint32Array(ArrayBuffer buffer)Uint32ArrayNativeNativeImpl. createUint32Array(ArrayBuffer buffer, int byteOffset)Uint32ArrayNativeNativeImpl. createUint32Array(ArrayBuffer buffer, int byteOffset, int length)Uint32ArrayNoSupportImpl. createUint32Array(ArrayBuffer buffer, int byteOffset, int length)Uint8ArrayNativeNativeImpl. createUint8Array(ArrayBuffer buffer)Uint8ArrayNativeNativeImpl. createUint8Array(ArrayBuffer buffer, int byteOffset)Uint8ArrayNativeNativeImpl. createUint8Array(ArrayBuffer buffer, int byteOffset, int length)Uint8ArrayNoSupportImpl. createUint8Array(ArrayBuffer buffer, int byteOffset, int length)Uint8ClampedArrayNativeImpl. createUint8ClampedArray(ArrayBuffer buffer)Uint8ClampedArrayNativeImpl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset)Uint8ClampedArrayNativeImpl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length)Uint8ClampedArrayNoSupportImpl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length)static java.lang.StringJsUtils. stringFromArrayBuffer(ArrayBuffer buf)Creates a string from anArrayBuffer, with bytes encoded as individual characters (which means in UTF8-encoded strings, byte values0x80-0xFFtake two bytes.Constructors in com.google.gwt.typedarrays.client with parameters of type ArrayBuffer Constructor Description DataViewNativeEmul(ArrayBuffer buffer, int byteOffset, int byteLength)Uint8ClampedArrayNativeEmul(ArrayBuffer buffer, int byteOffset, int length)Internal constructor for creating anUint8ClampedArrayNativeEmulon an existingArrayBufferinstance. -
Uses of ArrayBuffer in com.google.gwt.typedarrays.server
Classes in com.google.gwt.typedarrays.server that implement ArrayBuffer Modifier and Type Class Description classArrayBufferImplPure Java implementation ofArrayBuffer, plus package-protected methods for use by related implementation classes.Methods in com.google.gwt.typedarrays.server that return ArrayBuffer Modifier and Type Method Description ArrayBufferArrayBufferViewImpl. buffer()ArrayBufferJavaImpl. createArrayBuffer(int length)Methods in com.google.gwt.typedarrays.server with parameters of type ArrayBuffer Modifier and Type Method Description DataViewJavaImpl. createDataView(ArrayBuffer buffer, int byteOffset, int byteLength)Float32ArrayJavaImpl. createFloat32Array(ArrayBuffer buffer, int byteOffset, int length)Float64ArrayJavaImpl. createFloat64Array(ArrayBuffer buffer, int byteOffset, int length)Int16ArrayJavaImpl. createInt16Array(ArrayBuffer buffer, int byteOffset, int length)Int32ArrayJavaImpl. createInt32Array(ArrayBuffer buffer, int byteOffset, int length)Int8ArrayJavaImpl. createInt8Array(ArrayBuffer buffer, int byteOffset, int length)Uint16ArrayJavaImpl. createUint16Array(ArrayBuffer buffer, int byteOffset, int length)Uint32ArrayJavaImpl. createUint32Array(ArrayBuffer buffer, int byteOffset, int length)Uint8ArrayJavaImpl. createUint8Array(ArrayBuffer buffer, int byteOffset, int length)Uint8ClampedArrayJavaImpl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length)Constructors in com.google.gwt.typedarrays.server with parameters of type ArrayBuffer Constructor Description ArrayBufferViewImpl(ArrayBuffer buffer, int byteOffset, int byteLength)DataViewImpl(ArrayBuffer buffer, int byteOffset, int byteLength)Float32ArrayImpl(ArrayBuffer buffer, int byteOffset, int length)Float64ArrayImpl(ArrayBuffer buffer, int byteOffset, int length)Int16ArrayImpl(ArrayBuffer buffer, int byteOffset, int length)Int32ArrayImpl(ArrayBuffer buffer, int byteOffset, int length)Int8ArrayImpl(ArrayBuffer buffer, int byteOffset, int byteLength)Uint16ArrayImpl(ArrayBuffer buffer, int byteOffset, int length)Uint32ArrayImpl(ArrayBuffer buffer, int byteOffset, int length)Uint8ArrayImpl(ArrayBuffer buffer, int byteOffset, int length)Uint8ClampedArrayImpl(ArrayBuffer buffer, int byteOffset, int byteLength) -
Uses of ArrayBuffer in com.google.gwt.typedarrays.shared
Methods in com.google.gwt.typedarrays.shared that return ArrayBuffer Modifier and Type Method Description ArrayBufferArrayBufferView. buffer()Get the underlyingArrayBuffer.static ArrayBufferTypedArrays. createArrayBuffer(int length)Create a newArrayBufferoflengthbytes.abstract ArrayBufferTypedArrays.Impl. createArrayBuffer(int length)Methods in com.google.gwt.typedarrays.shared with parameters of type ArrayBuffer Modifier and Type Method Description static DataViewTypedArrays. createDataView(ArrayBuffer buffer)Create a newDataViewinstance on anArrayBuffer.static DataViewTypedArrays. createDataView(ArrayBuffer buffer, int byteOffset)static DataViewTypedArrays. createDataView(ArrayBuffer buffer, int byteOffset, int byteLength)Create a newDataViewinstance on anArrayBuffer, starting at an offset ofbyteOffsetand continuing forlengthbytes.DataViewTypedArrays.Impl. createDataView(ArrayBuffer buffer)DataViewTypedArrays.Impl. createDataView(ArrayBuffer buffer, int offset)abstract DataViewTypedArrays.Impl. createDataView(ArrayBuffer buffer, int byteOffset, int byteLength)static Float32ArrayTypedArrays. createFloat32Array(ArrayBuffer buffer)Create aFloat32Arrayinstance onbuffer, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements).static Float32ArrayTypedArrays. createFloat32Array(ArrayBuffer buffer, int byteOffset)Create aFloat32Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing to the end of the buffer (which must be an integral number of elements).static Float32ArrayTypedArrays. createFloat32Array(ArrayBuffer buffer, int byteOffset, int length)Create aFloat32Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements.Float32ArrayTypedArrays.Impl. createFloat32Array(ArrayBuffer buffer)Float32ArrayTypedArrays.Impl. createFloat32Array(ArrayBuffer buffer, int byteOffset)abstract Float32ArrayTypedArrays.Impl. createFloat32Array(ArrayBuffer buffer, int byteOffset, int length)static Float64ArrayTypedArrays. createFloat64Array(ArrayBuffer buffer)Create aFloat64Arrayinstance onbuffer, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements).static Float64ArrayTypedArrays. createFloat64Array(ArrayBuffer buffer, int byteOffset)Create aFloat64Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing to the end of the buffer (which must be an integral number of elements).static Float64ArrayTypedArrays. createFloat64Array(ArrayBuffer buffer, int byteOffset, int length)Create aFloat64Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements.Float64ArrayTypedArrays.Impl. createFloat64Array(ArrayBuffer buffer)Float64ArrayTypedArrays.Impl. createFloat64Array(ArrayBuffer buffer, int byteOffset)abstract Float64ArrayTypedArrays.Impl. createFloat64Array(ArrayBuffer buffer, int byteOffset, int length)static Int16ArrayTypedArrays. createInt16Array(ArrayBuffer buffer)Create aInt16Arrayinstance onbuffer, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements).static Int16ArrayTypedArrays. createInt16Array(ArrayBuffer buffer, int byteOffset)Create aInt16Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing to the end of the buffer (which must be an integral number of elements).static Int16ArrayTypedArrays. createInt16Array(ArrayBuffer buffer, int byteOffset, int length)Create aInt16Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements.Int16ArrayTypedArrays.Impl. createInt16Array(ArrayBuffer buffer)Int16ArrayTypedArrays.Impl. createInt16Array(ArrayBuffer buffer, int byteOffset)abstract Int16ArrayTypedArrays.Impl. createInt16Array(ArrayBuffer buffer, int byteOffset, int length)static Int32ArrayTypedArrays. createInt32Array(ArrayBuffer buffer)Create aInt32Arrayinstance onbuffer, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements).static Int32ArrayTypedArrays. createInt32Array(ArrayBuffer buffer, int byteOffset)Create aInt32Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing to the end of the buffer (which must be an integral number of elements).static Int32ArrayTypedArrays. createInt32Array(ArrayBuffer buffer, int byteOffset, int length)Create aInt32Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements.Int32ArrayTypedArrays.Impl. createInt32Array(ArrayBuffer buffer)Int32ArrayTypedArrays.Impl. createInt32Array(ArrayBuffer buffer, int byteOffset)abstract Int32ArrayTypedArrays.Impl. createInt32Array(ArrayBuffer buffer, int byteOffset, 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(ArrayBuffer buffer)Int8ArrayTypedArrays.Impl. createInt8Array(ArrayBuffer buffer, int byteOffset)abstract Int8ArrayTypedArrays.Impl. createInt8Array(ArrayBuffer buffer, int byteOffset, int length)static Uint16ArrayTypedArrays. createUint16Array(ArrayBuffer buffer)Create aUint16Arrayinstance onbuffer, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements).static Uint16ArrayTypedArrays. createUint16Array(ArrayBuffer buffer, int byteOffset)Create aUint16Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing to the end of the buffer (which must be an integral number of elements).static Uint16ArrayTypedArrays. createUint16Array(ArrayBuffer buffer, int byteOffset, int length)Create aUint16Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements.Uint16ArrayTypedArrays.Impl. createUint16Array(ArrayBuffer buffer)Uint16ArrayTypedArrays.Impl. createUint16Array(ArrayBuffer buffer, int byteOffset)abstract Uint16ArrayTypedArrays.Impl. createUint16Array(ArrayBuffer buffer, int byteOffset, int length)static Uint32ArrayTypedArrays. createUint32Array(ArrayBuffer buffer)Create aUint32Arrayinstance onbuffer, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements).static Uint32ArrayTypedArrays. createUint32Array(ArrayBuffer buffer, int byteOffset)Create aUint32Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing to the end of the buffer (which must be an integral number of elements).static Uint32ArrayTypedArrays. createUint32Array(ArrayBuffer buffer, int byteOffset, int length)Create aUint32Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements.Uint32ArrayTypedArrays.Impl. createUint32Array(ArrayBuffer buffer)Uint32ArrayTypedArrays.Impl. createUint32Array(ArrayBuffer buffer, int byteOffset)abstract Uint32ArrayTypedArrays.Impl. createUint32Array(ArrayBuffer buffer, int byteOffset, int length)static Uint8ArrayTypedArrays. createUint8Array(ArrayBuffer buffer)Create aUint8Arrayinstance onbuffer, starting at starting at the beginning of the buffer and continuing to the end (which must be an integral number of elements).static Uint8ArrayTypedArrays. createUint8Array(ArrayBuffer buffer, int byteOffset)Create aUint8Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing to the end of the buffer.static Uint8ArrayTypedArrays. createUint8Array(ArrayBuffer buffer, int byteOffset, int length)Create aUint8Arrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements.Uint8ArrayTypedArrays.Impl. createUint8Array(ArrayBuffer buffer)Uint8ArrayTypedArrays.Impl. createUint8Array(ArrayBuffer buffer, int byteOffset)abstract Uint8ArrayTypedArrays.Impl. createUint8Array(ArrayBuffer buffer, int byteOffset, int length)static Uint8ClampedArrayTypedArrays. createUint8ClampedArray(ArrayBuffer buffer)Create aUint8ClampedArrayinstance onbuffer, starting at starting at the beginning of the buffer and continuing to the end.static Uint8ClampedArrayTypedArrays. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset)Create aUint8ClampedArrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing to the end of the buffer.static Uint8ClampedArrayTypedArrays. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length)Create aUint8ClampedArrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements.Uint8ClampedArrayTypedArrays.Impl. createUint8ClampedArray(ArrayBuffer buffer)Uint8ClampedArrayTypedArrays.Impl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset)abstract Uint8ClampedArrayTypedArrays.Impl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length) -
Uses of ArrayBuffer in com.google.gwt.xhr.client
Methods in com.google.gwt.xhr.client that return ArrayBuffer Modifier and Type Method Description ArrayBufferXMLHttpRequest. getResponseArrayBuffer()Get the response as anArrayBuffer.
-