Class BigInt64Array

All Implemented Interfaces:
org.teavm.jso.JSObject

public class BigInt64Array extends TypedArray
  • Constructor Details

    • BigInt64Array

      public BigInt64Array(int length)
    • BigInt64Array

      public BigInt64Array(ArrayBuffer buffer)
    • BigInt64Array

      public BigInt64Array(TypedArray buffer)
    • BigInt64Array

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

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

    • get

      public long get(int index)
    • set

      public void set(int index, long value)
    • set

      public void set(long[] data, int offset)
      Overrides:
      set in class ArrayBufferView
    • set

      public void set(long[] data)
      Overrides:
      set in class ArrayBufferView
    • fromJavaArray

      public static BigInt64Array fromJavaArray(long[] array)
    • copyFromJavaArray

      public static BigInt64Array copyFromJavaArray(long[] array)
    • copyToJavaArray

      public long[] copyToJavaArray()
    • toJavaArray

      public long[] toJavaArray()