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.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    load(String name, boolean verify)
    Load a native library, and optionally verify any signatures.
  • Method Details

    • 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.