Class Uint16Array

All Implemented Interfaces:
org.teavm.jso.JSObject

public class Uint16Array extends TypedArray
  • Constructor Details

    • Uint16Array

      public Uint16Array(int length)
    • Uint16Array

      public Uint16Array(ArrayBuffer buffer)
    • Uint16Array

      public Uint16Array(TypedArray buffer)
    • Uint16Array

      public Uint16Array(ArrayBuffer buffer, int offset, int length)
    • Uint16Array

      public Uint16Array(ArrayBuffer buffer, int offset)
  • Method Details