Uses of Class
com.jniwrapper.Library

Packages that use Library
com.jniwrapper The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. 
com.jniwrapper.util The com.jniwrapper.util package contains helper and utility classes, such as Logger, AppletHelper, StreamUtils etc. 
 

Uses of Library in com.jniwrapper
 

Methods in com.jniwrapper that return Library
static Library Library.getJNIWrapperLibrary()
          Returns the instance of loaded JNIWrapper library.
 

Uses of Library in com.jniwrapper.util
 

Constructors in com.jniwrapper.util with parameters of type Library
FunctionCache(Library library)
          Creates a cache that uses the passed library instance.