public class Vector_PxU8 extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
Vector_PxU8() |
|
Vector_PxU8(int size) |
protected |
Vector_PxU8(long address) |
| Modifier and Type | Method and Description |
|---|---|
byte |
at(int index) |
void |
clear() |
NativeObject |
data() |
void |
destroy() |
void |
push_back(byte value) |
int |
size() |
static Vector_PxU8 |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected Vector_PxU8(long address)
public Vector_PxU8()
public Vector_PxU8(int size)
size - WebIDL type: unsigned longpublic static Vector_PxU8 wrapPointer(long address)
public void destroy()
public byte at(int index)
index - WebIDL type: unsigned longpublic NativeObject data()
public int size()
public void push_back(byte value)
value - WebIDL type: octetpublic void clear()