Uses of Class
com.kenai.jffi.Library
Packages that use Library
-
Uses of Library in com.kenai.jffi
Fields in com.kenai.jffi declared as LibraryFields in com.kenai.jffi with type parameters of type LibraryModifier and TypeFieldDescriptionprivate static final Map<String, WeakReference<Library>> Library.cacheA cache of opened librariesprivate static final AtomicIntegerFieldUpdater<Library> Library.UPDATERMethods in com.kenai.jffi that return LibraryModifier and TypeMethodDescriptionstatic final LibraryLibrary.getCachedInstance(String name, int flags) Gets a handle for the named library.static final LibraryLibrary.getDefault()Gets a handle to the default library.static final LibraryLibrary.openLibrary(String name, int flags) Gets a handle for the named library.