Uses of Interface
com.google.gwt.typedarrays.shared.DataView
-
Packages that use DataView Package Description com.google.gwt.typedarrays.client com.google.gwt.typedarrays.server com.google.gwt.typedarrays.shared -
-
Uses of DataView in com.google.gwt.typedarrays.client
Classes in com.google.gwt.typedarrays.client that implement DataView Modifier and Type Class Description classDataViewNativeJS native implementation ofDataView.classDataViewNativeEmulJS native implementation ofDataViewfor platforms with typed array support but missing DataView (ie, Firefox).Methods in com.google.gwt.typedarrays.client that return DataView 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)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) -
Uses of DataView in com.google.gwt.typedarrays.server
Classes in com.google.gwt.typedarrays.server that implement DataView Modifier and Type Class Description classDataViewImplPure Java implementation ofDataView.Methods in com.google.gwt.typedarrays.server that return DataView Modifier and Type Method Description DataViewJavaImpl. createDataView(ArrayBuffer buffer, int byteOffset, int byteLength) -
Uses of DataView in com.google.gwt.typedarrays.shared
Methods in com.google.gwt.typedarrays.shared that return DataView 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)Constructors in com.google.gwt.typedarrays.shared with parameters of type DataView Constructor Description DataViewStream(DataView dataView)
-