Package org.teavm.jso.typedarrays
Class Uint8Array
java.lang.Object
org.teavm.jso.typedarrays.ArrayBufferView
org.teavm.jso.typedarrays.TypedArray
org.teavm.jso.typedarrays.Uint8Array
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Constructor Summary
ConstructorsConstructorDescriptionUint8Array(int length) Uint8Array(ArrayBuffer buffer) Uint8Array(ArrayBuffer buffer, int offset) Uint8Array(ArrayBuffer buffer, int offset, int length) Uint8Array(TypedArray buffer) -
Method Summary
Modifier and TypeMethodDescriptionstatic Uint8Arraycreate(int length) Deprecated.static Uint8Arraycreate(ArrayBuffer buffer) Deprecated.static Uint8Arraycreate(ArrayBuffer buffer, int offset) Deprecated.static Uint8Arraycreate(ArrayBuffer buffer, int offset, int length) Deprecated.static Uint8Arraycreate(TypedArray buffer) Deprecated.static Uint8ArrayfromJavaBuffer(Buffer buffer) shortget(int index) voidset(int index, short value) Methods inherited from class org.teavm.jso.typedarrays.ArrayBufferView
getBuffer, getByteLength, getByteOffset, getLength, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setMethods 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
-
Uint8Array
public Uint8Array(int length) -
Uint8Array
-
Uint8Array
-
Uint8Array
-
Uint8Array
-
-
Method Details
-
get
public short get(int index) -
set
public void set(int index, short value) -
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
fromJavaBuffer
-