| Package | Description |
|---|---|
| com.kenai.jffi |
| Modifier and Type | Field and Description |
|---|---|
private static Library |
Library.DefaultLibrary.INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,java.lang.ref.WeakReference<Library>> |
Library.cache
A cache of opened libraries
|
| Modifier and Type | Method and Description |
|---|---|
static Library |
Library.getCachedInstance(java.lang.String name,
int flags)
Gets a handle for the named library.
|
static Library |
Library.getDefault()
Gets a handle to the default library.
|
static Library |
Library.openLibrary(java.lang.String name,
int flags)
Gets a handle for the named library.
|