Package org.teavm.jso.typedarrays
Class ArrayBufferView
java.lang.Object
org.teavm.jso.typedarrays.ArrayBufferView
- All Implemented Interfaces:
org.teavm.jso.JSObject
- Direct Known Subclasses:
DataView,TypedArray
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidset(byte[] other) voidset(byte[] other, int offset) voidset(double[] other) voidset(double[] other, int offset) voidset(float[] other) voidset(float[] other, int offset) voidset(int[] other) voidset(int[] other, int offset) voidset(long[] other) voidset(long[] other, int offset) voidset(short[] other) voidset(short[] other, int offset) voidset(JSArrayReader<?> other) voidset(JSArrayReader<?> other, int offset) voidset(ArrayBufferView other) voidset(ArrayBufferView other, int offset) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
ArrayBufferView
protected ArrayBufferView()
-
-
Method Details
-
getLength
public int getLength() -
getByteLength
public int getByteLength() -
getByteOffset
public int getByteOffset() -
getBuffer
-
set
-
set
-
set
-
set
-
set
public void set(byte[] other, int offset) -
set
public void set(byte[] other) -
set
public void set(short[] other, int offset) -
set
public void set(short[] other) -
set
public void set(int[] other, int offset) -
set
public void set(int[] other) -
set
public void set(long[] other, int offset) -
set
public void set(long[] other) -
set
public void set(float[] other, int offset) -
set
public void set(float[] other) -
set
public void set(double[] other, int offset) -
set
public void set(double[] other)
-