Uses of Class
com.kenai.jffi.Library

Uses of Library in com.kenai.jffi
 

Methods in com.kenai.jffi that return Library
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.