Interface NativeLibraryManager
public interface NativeLibraryManager
- 
Method SummaryModifier and TypeMethodDescriptionvoidLoad a native library on the module exports ClassLoader from the given InputStream.
- 
Method Details- 
loadNativeLoad 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
 
 
-