boolean |
BytePointer.getBool(long i) |
Returns the bool value at the i-th byte in the native array.
|
char |
BytePointer.getChar(long i) |
Returns the char value at the i-th byte in the native array.
|
double |
BytePointer.getDouble(long i) |
Returns the double value at the i-th byte in the native array.
|
float |
BytePointer.getFloat(long i) |
Returns the float value at the i-th byte in the native array.
|
int |
BytePointer.getInt(long i) |
Returns the int value at the i-th byte in the native array.
|
long |
BytePointer.getLong(long i) |
Returns the long value at the i-th byte in the native array.
|
Pointer |
BytePointer.getPointerValue(long i) |
Returns the Pointer value at the i-th byte in the native array.
|
short |
BytePointer.getShort(long i) |
Returns the short value at the i-th byte in the native array.
|