Uses of Interface
com.lambdaworks.jni.LibraryLoader
-
Packages that use LibraryLoader Package Description com.lambdaworks.jni -
-
Uses of LibraryLoader in com.lambdaworks.jni
Classes in com.lambdaworks.jni that implement LibraryLoader Modifier and Type Class Description class
JarLibraryLoader
A native library loader that will extract and load a shared library contained in a jar.class
NilLibraryLoader
A native library loader that refuses to load libraries.class
SysLibraryLoader
A native library loader that simply invokesSystem.loadLibrary(java.lang.String)
.Methods in com.lambdaworks.jni that return LibraryLoader Modifier and Type Method Description static LibraryLoader
LibraryLoaders. loader()
Create a newLibraryLoader
for the current VM.
-