Uses of Class
org.teavm.jso.typedarrays.Int8Array
Packages that use Int8Array
-
Uses of Int8Array in org.teavm.jso.typedarrays
Methods in org.teavm.jso.typedarrays that return Int8ArrayModifier and TypeMethodDescriptionstatic Int8Array
Int8Array.create(int length)
static Int8Array
Int8Array.create(ArrayBuffer buffer)
static Int8Array
Int8Array.create(ArrayBuffer buffer, int offset)
static Int8Array
Int8Array.create(ArrayBuffer buffer, int offset, int length)
static Int8Array
Int8Array.create(ArrayBufferView buffer)