class |
BooleanPointer |
The peer class to native pointers and arrays of jboolean.
|
class |
BoolPointer |
The peer class to native pointers and arrays of bool.
|
class |
BytePointer |
The peer class to native pointers and arrays of signed char, including strings.
|
class |
CharPointer |
The peer class to native pointers and arrays of short for UTF-16.
|
class |
CLongPointer |
The peer class to native pointers and arrays of long.
|
class |
DoublePointer |
The peer class to native pointers and arrays of double.
|
class |
FloatPointer |
The peer class to native pointers and arrays of float.
|
class |
IntPointer |
The peer class to native pointers and arrays of int, also used for UTF-32.
|
class |
Loader |
The Loader contains functionality to load native libraries, but also has a bit
of everything that does not fit anywhere else.
|
class |
LongPointer |
The peer class to native pointers and arrays of long long.
|
class |
Pointer |
All peer classes to native types must be descended from Pointer, the topmost class.
|
class |
PointerPointer<P extends Pointer> |
The peer class to native pointers and arrays of void*.
|
class |
ShortPointer |
The peer class to native pointers and arrays of short.
|
class |
SizeTPointer |
The peer class to native pointers and arrays of size_t.
|