| Package | Description |
|---|---|
| com.kenai.jaffl.provider | |
| com.kenai.jaffl.provider.jffi |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
NativeInvocationHandler.wrapInterface(Library library,
java.lang.Class<T> interfaceClass,
java.util.Map<LibraryOption,?> optionsMap)
Creates a new InvocationHandler mapping methods in the interfaceClass
to functions in the native library.
|
| Constructor and Description |
|---|
NativeInvocationHandler(Library library,
java.lang.Class<?> interfaceClass,
java.util.Map<LibraryOption,?> optionsMap)
Creates a new InvocationHandler instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Library |
| Modifier and Type | Method and Description |
|---|---|
Invoker |
InvokerFactory.createInvoker(java.lang.reflect.Method method,
Library library,
java.util.Map<LibraryOption,?> options) |