Class ArrayBufferViewNative

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.typedarrays.client.ArrayBufferViewNative
All Implemented Interfaces:
ArrayBufferView
Direct Known Subclasses:
DataViewNative, Float32ArrayNative, Float64ArrayNative, Int16ArrayNative, Int32ArrayNative, Int8ArrayNative, Uint16ArrayNative, Uint32ArrayNative, Uint8ArrayNative

public class ArrayBufferViewNative extends JavaScriptObject implements ArrayBufferView
Base class for JS implementation of various views.