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