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 classJarLibraryLoaderA native library loader that will extract and load a shared library contained in a jar.classNilLibraryLoaderA native library loader that refuses to load libraries.classSysLibraryLoaderA native library loader that simply invokesSystem.loadLibrary(java.lang.String).Methods in com.lambdaworks.jni that return LibraryLoader Modifier and Type Method Description static LibraryLoaderLibraryLoaders. loader()Create a newLibraryLoaderfor the current VM.
-