Interface NativeLibraryManager


public interface NativeLibraryManager
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Load a native library on the module exports ClassLoader from the given InputStream.
  • Method Details

    • loadNative

      void loadNative(InputStream is) throws Exception
      Load a native library on the module exports ClassLoader from the given InputStream. The InputStream will be closed after being read from.
      Parameters:
      is - The InputStream to read from.
      Throws:
      Exception