Package de.mirkosertic.bytecoder.api.web
Class Int8Array
- java.lang.Object
-
- de.mirkosertic.bytecoder.api.web.Int8Array
-
- All Implemented Interfaces:
OpaqueReferenceType
,TypedArray
public abstract class Int8Array extends java.lang.Object implements TypedArray
-
-
Constructor Summary
Constructors Constructor Description Int8Array()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
byteArrayLength()
abstract byte
getByte(int aIndex)
abstract void
setByte(int aIndex, byte aValue)
-