Package com.lambdaworks.jni
Interface LibraryLoader
- All Known Implementing Classes:
JarLibraryLoader
,NilLibraryLoader
,SysLibraryLoader
public interface LibraryLoader
A
LibraryLoader
attempts to load the appropriate native library
for the current platform.-
Method Summary
-
Method Details
-
load
Load a native library, and optionally verify any signatures.- Parameters:
name
- Name of the library to load.verify
- Verify signatures if signed.- Returns:
- true if the library was successfully loaded.
-