Uses of Class
com.kenai.jffi.NativeMethods
Packages that use NativeMethods
-
Uses of NativeMethods in com.kenai.jffi
Fields in com.kenai.jffi with type parameters of type NativeMethodsModifier and TypeFieldDescriptionprivate static final Map<Class,
NativeMethods> NativeMethods.registeredMethods
Store a link from the class to the native method holder in a weak hash map, so as long as the class remains alive, the native memory for the structures remains alive.