Interface | Description |
---|---|
ICallback | |
INativeCallback | |
INativeFunction |
The representation of a native function.
|
INativeHandle |
A "handle" to a piece of memory (in c space).
|
INativeInterface |
The abstraction of a generic interface to c native code.
|
INativeLibrary |
A native library (DLL or shared library).
|
Class | Description |
---|---|
CLong |
A plain Java object representing a platform long.
|
CWideString |
Wrapper class to indicate use of a "wide" string on native side.
|
NativeInterface |
Access the VM singleton for
INativeInterface . |
NativeTools |
Tool class for for dealing with the native framework.
|