Class Int16Array

All Implemented Interfaces:
org.teavm.jso.JSObject

public class Int16Array extends TypedArray
  • Constructor Details

    • Int16Array

      public Int16Array(int length)
    • Int16Array

      public Int16Array(ArrayBuffer buffer)
    • Int16Array

      public Int16Array(TypedArray buffer)
    • Int16Array

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

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