Class Int8Array

All Implemented Interfaces:
org.teavm.jso.JSObject

public class Int8Array extends TypedArray
  • Constructor Details

    • Int8Array

      public Int8Array(int length)
    • Int8Array

      public Int8Array(ArrayBuffer buffer)
    • Int8Array

      public Int8Array(TypedArray buffer)
    • Int8Array

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

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