- finalize() - Method in class com.kenai.jffi.Aggregate
-
- finalize() - Method in class com.kenai.jffi.CallContext
-
- finalize() - Method in class com.kenai.jffi.Function
-
- finalize() - Method in class com.kenai.jffi.Library
-
- FLOAT - Static variable in class com.kenai.jffi.ObjectParameterInfo
-
- FLOAT - Static variable in class com.kenai.jffi.Type
-
The native float type
- free() - Method in interface com.kenai.jffi.Closure.Handle
-
Deprecated.
- freeMemory(long) - Method in class com.kenai.jffi.MemoryIO
-
Releases memory allocated via allocateMemory
back to the system.
- freePages(long, int) - Method in class com.kenai.jffi.PageManager
-
- Function - Class in com.kenai.jffi
-
Native function invocation context
This class holds all the information that JFFI needs to correctly call a
native function.
- Function(long, Type, Type...) - Constructor for class com.kenai.jffi.Function
-
Creates a new instance of Function with default calling convention.
- Function(long, Type, Type[], CallingConvention) - Constructor for class com.kenai.jffi.Function
-
Creates a new instance of Function.
- Function(long, Type, Type[], CallingConvention, boolean) - Constructor for class com.kenai.jffi.Function
-
Creates a new instance of Function.