|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.intarsys.nativec.jna.JnaNativeLibrary
public class JnaNativeLibrary
| Constructor Summary | |
|---|---|
JnaNativeLibrary(JnaNativeInterface nativeInterface,
java.lang.String name)
|
|
| 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. |
protected com.sun.jna.NativeLibrary |
getLibrary()
|
protected JnaNativeInterface |
getNativeInterface()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JnaNativeLibrary(JnaNativeInterface nativeInterface,
java.lang.String name)
| Method Detail |
|---|
public INativeFunction getFunction(java.lang.String name)
INativeLibraryINativeFunction from the library.
getFunction in interface INativeLibraryname - The function name
INativeFunctionpublic INativeHandle getGlobal(java.lang.String symbolName)
INativeLibrary
getGlobal in interface INativeLibrarysymbolName - The global name
INativeHandle to the global.protected com.sun.jna.NativeLibrary getLibrary()
protected JnaNativeInterface getNativeInterface()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||