Class ArrayBuffer

java.lang.Object
org.teavm.jso.typedarrays.ArrayBuffer
All Implemented Interfaces:
org.teavm.jso.JSObject

public class ArrayBuffer extends Object implements org.teavm.jso.JSObject
  • Constructor Details

    • ArrayBuffer

      public ArrayBuffer()
    • ArrayBuffer

      public ArrayBuffer(int length)
  • Method Details

    • getByteLength

      public int getByteLength()
    • slice

      public ArrayBuffer slice(int begin, int end)
    • create

      @Deprecated public static ArrayBuffer create(int length)
      Deprecated.