Class TypedArray

java.lang.Object
org.teavm.jso.typedarrays.ArrayBufferView
org.teavm.jso.typedarrays.TypedArray
All Implemented Interfaces:
org.teavm.jso.JSObject
Direct Known Subclasses:
BigInt64Array, Float32Array, Float64Array, Int16Array, Int32Array, Int8Array, Uint16Array, Uint32Array, Uint8Array, Uint8ClampedArray

public abstract class TypedArray extends ArrayBufferView
  • Constructor Details

    • TypedArray

      public TypedArray()