Uses of Class
com.kenai.jffi.Foreign
-
Packages that use Foreign Package Description com.kenai.jffi -
-
Uses of Foreign in com.kenai.jffi
Fields in com.kenai.jffi declared as Foreign Modifier and Type Field Description private Foreign
Aggregate. foreign
A handle to the foreign interface to keep it alive as long as this object is aliveprivate Foreign
CallContext. foreign
A handle to the foreign interface to keep it alive as long as this object is aliveprivate Foreign
ClosureMagazine. foreign
A handle to the foreign interface to keep it alive as long as this object is aliveprivate Foreign
ClosurePool.Magazine. foreign
A handle to the foreign interface to keep it alive as long as this object is alive(package private) Foreign
Foreign.ValidInstanceHolder. foreign
private Foreign
HeapObjectParameterInvoker. foreign
private Foreign
Invoker. foreign
private Foreign
LastError. foreign
private Foreign
Library. foreign
A handle to the foreign interface to keep it alive as long as this object is alive(package private) Foreign
MemoryIO. foreign
A handle to the JNI accessorprivate Foreign
NativeObjectParameterInvoker. foreign
private Foreign
PageManager. foreign
Methods in com.kenai.jffi that return Foreign Modifier and Type Method Description (package private) abstract Foreign
Foreign.InstanceHolder. getForeign()
(package private) Foreign
Foreign.InValidInstanceHolder. getForeign()
(package private) Foreign
Foreign.ValidInstanceHolder. getForeign()
static Foreign
Foreign. getInstance()
Methods in com.kenai.jffi with parameters of type Foreign Modifier and Type Method Description private static long
Library. dlopen(Foreign foreign, java.lang.String name, int flags)
Internal wrapper around dlopen.private static int
Main. v(Foreign foreign, int shift)
Constructors in com.kenai.jffi with parameters of type Foreign Constructor Description Aggregate(Foreign foreign, long handle)
ClosureMagazine(Foreign foreign, CallContext callContext, long magazineAddress)
HeapObjectParameterInvoker(Foreign foreign)
Invoker(Foreign foreign, ObjectParameterInvoker objectParameterInvoker)
Library(Foreign foreign, java.lang.String name, long address)
NativeObjectParameterInvoker(Foreign foreign)
Struct(Foreign foreign, Type... fields)
Creates a new C struct layout description.ValidInstanceHolder(Foreign foreign)
-