Package com.lambdaworks.jni
Interface LibraryLoader
-
- All Known Implementing Classes:
JarLibraryLoader,NilLibraryLoader,SysLibraryLoader
public interface LibraryLoaderALibraryLoaderattempts to load the appropriate native library for the current platform.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanload(java.lang.String name, boolean verify)Load a native library, and optionally verify any signatures.
-