Package de.mirkosertic.bytecoder.api.web
Class Int8Array
java.lang.Object
de.mirkosertic.bytecoder.api.web.Int8Array
- All Implemented Interfaces:
OpaqueReferenceType
,TypedArray
-
Constructor Details
-
Int8Array
public Int8Array()
-
-
Method Details
-
getByte
public abstract byte getByte(int aIndex) -
setByte
public abstract void setByte(int aIndex, byte aValue) -
byteArrayLength
public abstract int byteArrayLength()
-