Uses of Class
com.kenai.jffi.Library
-
Packages that use Library Package Description com.kenai.jffi -
-
Uses of Library in com.kenai.jffi
Fields in com.kenai.jffi declared as Library Modifier and Type Field Description private static LibraryLibrary.DefaultLibrary. INSTANCEFields in com.kenai.jffi with type parameters of type Library Modifier and Type Field Description private static java.util.Map<java.lang.String,java.lang.ref.WeakReference<Library>>Library. cacheA cache of opened librariesprivate static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<Library>Library. UPDATERMethods in com.kenai.jffi that return Library Modifier and Type Method Description static LibraryLibrary. getCachedInstance(java.lang.String name, int flags)Gets a handle for the named library.static LibraryLibrary. getDefault()Gets a handle to the default library.static LibraryLibrary. openLibrary(java.lang.String name, int flags)Gets a handle for the named library.
-