Interface | Description |
---|---|
LibraryLoader |
A
LibraryLoader attempts to load the appropriate native library
for the current platform. |
Class | Description |
---|---|
JarLibraryLoader |
A native library loader that will extract and load a shared library contained in a jar.
|
LibraryLoaders |
LibraryLoaders will create the appropriate LibraryLoader 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 invokes
System.loadLibrary(java.lang.String) . |
Enum | Description |
---|---|
Platform.Arch | |
Platform.OS |
Exception | Description |
---|---|
UnsupportedPlatformException |
Exception thrown when the current platform cannot be detected.
|
Copyright © 2019. All rights reserved.