Class Uint32Array

All Implemented Interfaces:
org.teavm.jso.JSObject

public class Uint32Array extends TypedArray
  • Constructor Details

    • Uint32Array

      public Uint32Array(int length)
    • Uint32Array

      public Uint32Array(ArrayBuffer buffer)
    • Uint32Array

      public Uint32Array(TypedArray buffer)
    • Uint32Array

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

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

    • get

      public int get(int index)
    • set

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

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

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

      public static Uint32Array fromJavaArray(int[] array)
    • fromJavaBuffer

      public static Uint32Array fromJavaBuffer(Buffer buffer)
    • copyFromJavaArray

      public static Uint32Array copyFromJavaArray(int[] array)
    • copyToJavaArray

      public int[] copyToJavaArray()
    • toJavaArray

      public int[] toJavaArray()