Class Uint8ArrayImpl

java.lang.Object
com.google.gwt.typedarrays.server.ArrayBufferViewImpl
com.google.gwt.typedarrays.server.Uint8ArrayImpl
All Implemented Interfaces:
ArrayBufferView, Uint8Array
Direct Known Subclasses:
Uint8ClampedArrayImpl

public class Uint8ArrayImpl extends ArrayBufferViewImpl implements Uint8Array
Pure Java implementation of Uint8Array.