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 ArrayBuffer
create
(int length) Deprecated.int
slice
(int begin, int end) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
ArrayBuffer
public ArrayBuffer() -
ArrayBuffer
public ArrayBuffer(int length)
-
-
Method Details
-
getByteLength
public int getByteLength() -
slice
-
create
Deprecated.
-