|
intarsys nativeC library | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
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. |
This is the main package of the native c component.
Here we define the API's and the VM singleton access to native c.
The component itself was built, as we didn't (once again) find anything around that satisfied our needs. We wanted:
|
intarsys nativeC library | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |