public class ResourceNativeLibraryBinaryProvider extends java.lang.Object implements NativeLibraryBinaryProvider
| Constructor and Description |
|---|
ResourceNativeLibraryBinaryProvider(java.lang.Class<?> classLoaderSample,
java.lang.String nativesRoot) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getLibraryStream(SystemType systemType,
java.lang.String libraryName) |
public ResourceNativeLibraryBinaryProvider(java.lang.Class<?> classLoaderSample,
java.lang.String nativesRoot)
public java.io.InputStream getLibraryStream(SystemType systemType, java.lang.String libraryName)
getLibraryStream in interface NativeLibraryBinaryProvidersystemType - Detected system type.libraryName - Name of the library to load.null causes failure.