|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INativeLibrary
A native library (DLL or shared library).
| Method Summary | |
|---|---|
INativeFunction |
getFunction(java.lang.String name)
Lookup a INativeFunction from the library. |
INativeHandle |
getGlobal(java.lang.String symbolName)
Lookup a global in the library. |
| Method Detail |
|---|
INativeFunction getFunction(java.lang.String name)
INativeFunction from the library.
name - The function name
INativeFunctionINativeHandle getGlobal(java.lang.String symbolName)
symbolName - The global name
INativeHandle to the global.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||