| Method from java.nio.VMDirectByteBuffer Detail: |
static native Pointer adjustAddress(Pointer address,
int offset)
|
static native Pointer allocate(int capacity)
|
static native void free(Pointer address)
|
static native byte get(Pointer address,
int index)
|
static native void get(Pointer address,
int index,
byte[] dst,
int offset,
int length)
|
static native void put(Pointer address,
int index,
byte value)
|
static native void put(Pointer address,
int index,
byte[] src,
int offset,
int length)
|
static native void shiftDown(Pointer address,
int dst_offset,
int src_offset,
int count)
|