Interface NativeLibraryBinaryProvider

    • 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. null causes failure.