| Package | Description |
|---|---|
| com.kenai.jffi |
| Modifier and Type | Class and Description |
|---|---|
class |
CallContext
Native function call context
This class holds all the information that JFFI needs to correctly call a
native function, or to implement a callback from native code to java.
|
class |
Function
Native function invocation context
This class holds all the information that JFFI needs to correctly call a
native function.
|
| Constructor and Description |
|---|
HeapInvocationBuffer(CallInfo info)
Creates a new instance of HeapInvocationBuffer.
|