Uses of Interface
com.lambdaworks.jni.LibraryLoader
Packages that use LibraryLoader
-
Uses of LibraryLoader in com.lambdaworks.jni
Classes in com.lambdaworks.jni that implement LibraryLoaderModifier and TypeClassDescriptionclassA native library loader that will extract and load a shared library contained in a jar.classA native library loader that refuses to load libraries.classA native library loader that simply invokesSystem.loadLibrary(String)RESTRICTED.Methods in com.lambdaworks.jni that return LibraryLoaderModifier and TypeMethodDescriptionstatic LibraryLoaderLibraryLoaders.loader()Create a newLibraryLoaderfor the current VM.