public interface NativeLoaderDelegate
| Modifier and Type | Field and Description |
|---|---|
static int |
SKIP_MERGED_JNI_ONLOAD
Skip calling JNI_OnLoad if the library is merged.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLibraryPath(java.lang.String libName) |
int |
getSoSourcesVersion() |
boolean |
loadLibrary(java.lang.String shortName,
int flags) |
static final int SKIP_MERGED_JNI_ONLOAD
boolean loadLibrary(java.lang.String shortName,
int flags)
NativeLoader.loadLibrary(String, int)java.lang.String getLibraryPath(java.lang.String libName)
throws java.io.IOException
java.io.IOExceptionNativeLoader.getLibraryPath(String)int getSoSourcesVersion()
NativeLoader.getSoSourcesVersion()