Uses of Interface
com.jniwrapper.LibraryLoader

Packages that use LibraryLoader
com.jniwrapper The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. 
 

Uses of LibraryLoader in com.jniwrapper
 

Classes in com.jniwrapper that implement LibraryLoader
 class DefaultLibraryLoader
          Default implementation for LibraryLoader that realizes Singleton pattern.
 

Methods in com.jniwrapper that return LibraryLoader
static LibraryLoader Library.getDefaultLibraryLoader()
          Returns a library loader used in methods that do not take the library loader as an argument.
 LibraryLoader Library.getLibraryLoader()
          This method returns the loader of this library.
 

Methods in com.jniwrapper with parameters of type LibraryLoader
 void Library.load(LibraryLoader loader)
          Loads a library using a given library loader.
static void Library.loadNativeCode(LibraryLoader loader)
          Loads a native support library using a specified library loader.
static void Library.setDefaultLibraryLoader(LibraryLoader libraryLoader)
          Sets a library loader used in methods that do not take the library loader as an argument.