public class NativeLoaderToSoLoaderDelegate extends java.lang.Object implements NativeLoaderDelegate
SKIP_MERGED_JNI_ONLOAD| Constructor and Description |
|---|
NativeLoaderToSoLoaderDelegate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLibraryPath(java.lang.String libName) |
int |
getSoSourcesVersion() |
boolean |
loadLibrary(java.lang.String shortName,
int flags) |
public boolean loadLibrary(java.lang.String shortName,
int flags)
loadLibrary in interface NativeLoaderDelegateNativeLoader.loadLibrary(String, int)public java.lang.String getLibraryPath(java.lang.String libName)
throws java.io.IOException
getLibraryPath in interface NativeLoaderDelegatejava.io.IOExceptionNativeLoader.getLibraryPath(String)public int getSoSourcesVersion()
getSoSourcesVersion in interface NativeLoaderDelegateNativeLoader.getSoSourcesVersion()