Interface NativeLibraryBinaryProvider
-
- All Known Implementing Classes:
ResourceNativeLibraryBinaryProvider
public interface NativeLibraryBinaryProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStreamgetLibraryStream(SystemType systemType, java.lang.String libraryName)
-
-
-
Method Detail
-
getLibraryStream
java.io.InputStream getLibraryStream(SystemType systemType, java.lang.String libraryName)
- Parameters:
systemType- Detected system type.libraryName- Name of the library to load.- Returns:
- Stream to the library binary.
nullcauses failure.
-
-