Interface FileInputStreamSource

    • Method Detail

      • getInputSteam

        InputStream getInputSteam​(String filename)
        Returns an input stream for the specified file.
        Parameters:
        filename - The file name. Must not be null.
        Returns:
        The input stream, null if the file doesn't exist or couldn't be accessed.