Class Int32Array

All Implemented Interfaces:
org.teavm.jso.JSObject

public class Int32Array extends TypedArray
  • Constructor Details

    • Int32Array

      public Int32Array(int length)
    • Int32Array

      public Int32Array(ArrayBuffer buffer)
    • Int32Array

      public Int32Array(TypedArray buffer)
    • Int32Array

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

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