Package org.teavm.jso.typedarrays
Class ArrayBuffer
java.lang.Object
org.teavm.jso.typedarrays.ArrayBuffer
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayBuffercreate(int length) abstract intabstract ArrayBufferslice(int begin, int end) Methods 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
-
ArrayBuffer
public ArrayBuffer()
-
-
Method Details
-
getByteLength
public abstract int getByteLength() -
slice
-
create
-