Package com.lambdaworks.jni
-
Interface Summary Interface Description LibraryLoader ALibraryLoader
attempts to load the appropriate native library for the current platform. -
Class Summary Class Description JarLibraryLoader A native library loader that will extract and load a shared library contained in a jar.LibraryLoaders LibraryLoaders
will create the appropriateLibraryLoader
for the VM it is running on.NilLibraryLoader A native library loader that refuses to load libraries.Platform A platform is a unique combination of CPU architecture and operating system.SysLibraryLoader A native library loader that simply invokesSystem.loadLibrary(java.lang.String)
. -
Enum Summary Enum Description Platform.Arch Platform.OS -
Exception Summary Exception Description UnsupportedPlatformException Exception thrown when the current platform cannot be detected.