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