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