public interface LibraryLoader
LibraryLoader
attempts to load the appropriate native library
for the current platform.Modifier and Type | Method and Description |
---|---|
boolean |
load(String name,
boolean verify)
Load a native library, and optionally verify any signatures.
|
boolean load(String name, boolean verify)
name
- Name of the library to load.verify
- Verify signatures if signed.Copyright © 2019. All rights reserved.