public interface NativeLibraryManager
| Modifier and Type | Method and Description |
|---|---|
void |
loadNative(java.io.InputStream is)
Load a native library on the module exports ClassLoader from the given InputStream.
|
void loadNative(java.io.InputStream is)
throws java.lang.Exception
is - The InputStream to read from.java.lang.Exception