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 Library
Library. getCachedInstance(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(String name, int flags)
Gets a handle for the named library.
-