Uses of Class
com.kenai.jffi.NativeMethods
-
Packages that use NativeMethods Package Description com.kenai.jffi -
-
Uses of NativeMethods in com.kenai.jffi
Fields in com.kenai.jffi with type parameters of type NativeMethods Modifier and Type Field Description private static java.util.Map<java.lang.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.
-