Interface NativeLibraryManager
public interface NativeLibraryManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Load a native library on the module exports ClassLoader from the given InputStream.
-
Method Details
-
loadNative
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
-