| Package | Description |
|---|---|
| com.lambdaworks.jni |
| Modifier and Type | Class and 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 invokes
System.loadLibrary(java.lang.String). |
| Modifier and Type | Method and Description |
|---|---|
static LibraryLoader |
LibraryLoaders.loader()
Create a new
LibraryLoader for the current VM. |
Copyright © 2017. All rights reserved.