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
,Float32Array
,Float64Array
,Int16Array
,Int32Array
,Int8Array
,Uint16Array
,Uint8Array
,Uint8ClampedArray
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
set
(byte[] other) void
set
(byte[] other, int offset) void
set
(double[] other) void
set
(double[] other, int offset) void
set
(float[] other) void
set
(float[] other, int offset) void
set
(int[] other) void
set
(int[] other, int offset) void
set
(short[] other) void
set
(short[] other, int offset) void
set
(JSArrayReader<?> other) void
set
(JSArrayReader<?> other, int offset) void
set
(ArrayBufferView other) void
set
(ArrayBufferView other, int offset) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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(float[] other, int offset) -
set
public void set(float[] other) -
set
public void set(double[] other, int offset) -
set
public void set(double[] other)
-