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 Library
Library.DefaultLibrary. INSTANCE
Fields 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. cache
A cache of opened librariesprivate static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<Library>
Library. UPDATER
Methods in com.kenai.jffi that return Library Modifier and Type Method Description static Library
Library. getCachedInstance(java.lang.String name, int flags)
Gets a handle for the named library.static Library
Library. getDefault()
Gets a handle to the default library.static Library
Library. openLibrary(java.lang.String name, int flags)
Gets a handle for the named library.
-