public class SysLibraryLoader extends Object implements LibraryLoader
System.loadLibrary(java.lang.String)
. The shared
library path and filename are platform specific.Constructor and Description |
---|
SysLibraryLoader() |
Modifier and Type | Method and Description |
---|---|
boolean |
load(String name,
boolean verify)
Load a shared library.
|
public boolean load(String name, boolean verify)
load
in interface LibraryLoader
name
- Name of the library to load.verify
- Ignored, no verification is done.Copyright © 2019. All rights reserved.