com.lambdaworks.jni
Interface LibraryLoader

All Known Implementing Classes:
JarLibraryLoader, NilLibraryLoader, SysLibraryLoader

public interface LibraryLoader

A LibraryLoader attempts to load the appropriate native library for the current platform.

Author:
Will Glozer

Method Summary
 boolean load(String name, boolean verify)
          Load a native library, and optionally verify any signatures.
 

Method Detail

load

boolean load(String name,
             boolean verify)
Load a native library, and optionally verify any signatures.

Parameters:
name - Name of the library to load.
verify - Verify signatures if signed.
Returns:
true if the library was successfully loaded.


Copyright © 2013. All Rights Reserved.