Uses of Class
com.kenai.jffi.Library
-
Packages that use Library Package Description com.kenai.jffi -
-
Uses of Library in com.kenai.jffi
Methods 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.
-