Class NativeImpl

java.lang.Object
com.google.gwt.typedarrays.shared.TypedArrays.Impl
com.google.gwt.typedarrays.client.NativeImpl
Direct Known Subclasses:
NativeImplFull

public class NativeImpl extends TypedArrays.Impl
The default implementation class, which assumes that Typed Arrays might be supported and does runtime checks where necessary, substituting emulated implementations of DataView and Uint8ClampedArray where they are missing.

This can be replaced with a version which avoids runtime checks where possible for efficiency.