Interface NativeLibraryManager
- 
public interface NativeLibraryManager 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadNative(java.io.InputStream is)Load a native library on the module exports ClassLoader from the given InputStream. 
 - 
 
- 
- 
Method Detail
- 
loadNative
void loadNative(java.io.InputStream is) throws java.lang.ExceptionLoad 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:
 java.lang.Exception
 
 - 
 
 -