public class NilLibraryLoader extends Object implements LibraryLoader
| Constructor and Description |
|---|
NilLibraryLoader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
load(String name,
boolean verify)
Don't load a shared library.
|
public boolean load(String name, boolean verify)
load in interface LibraryLoadername - Name of the library to load.verify - Ignored, no verification is done.Copyright © 2017. All rights reserved.