Interface LibraryLoader

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean load​(java.lang.String name, boolean verify)
      Load a native library, and optionally verify any signatures.
    • Method Detail

      • load

        boolean load​(java.lang.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.