Package com.lambdaworks.jni

Interface Summary
LibraryLoader A LibraryLoader attempts to load the appropriate native library for the current platform.
 

Class Summary
JarLibraryLoader A native library loader that will extract and load a shared library contained in a jar.
LibraryLoaders LibraryLoaders will create the appropriate LibraryLoader for the VM it is running on.
Platform A platform is a unique combination of CPU architecture and operating system.
SystemLibraryLoader A native library loader that simply invokes System.loadLibrary(java.lang.String).
 

Enum Summary
Platform.Arch  
Platform.OS  
 

Exception Summary
UnsupportedPlatformException Exception thrown when the current platform cannot be detected.
 



Copyright © 2011. All Rights Reserved.