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 ForeignAggregate. foreignA handle to the foreign interface to keep it alive as long as this object is aliveprivate ForeignCallContext. foreignA handle to the foreign interface to keep it alive as long as this object is aliveprivate ForeignClosureMagazine. foreignA handle to the foreign interface to keep it alive as long as this object is aliveprivate ForeignClosurePool.Magazine. foreignA handle to the foreign interface to keep it alive as long as this object is alive(package private) ForeignForeign.ValidInstanceHolder. foreignprivate ForeignHeapObjectParameterInvoker. foreignprivate ForeignInvoker. foreignprivate ForeignLastError. foreignprivate ForeignLibrary. foreignA handle to the foreign interface to keep it alive as long as this object is alive(package private) ForeignMemoryIO. foreignA handle to the JNI accessorprivate ForeignNativeObjectParameterInvoker. foreignprivate ForeignPageManager. foreignMethods in com.kenai.jffi that return Foreign Modifier and Type Method Description (package private) abstract ForeignForeign.InstanceHolder. getForeign()(package private) ForeignForeign.InValidInstanceHolder. getForeign()(package private) ForeignForeign.ValidInstanceHolder. getForeign()static ForeignForeign. getInstance()Methods in com.kenai.jffi with parameters of type Foreign Modifier and Type Method Description private static longLibrary. dlopen(Foreign foreign, java.lang.String name, int flags)Internal wrapper around dlopen.private static intMain. 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)
-