Interface FileInputStreamSource


public interface FileInputStreamSource
File input stream source.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an input stream for the specified file.
  • Method Details

    • getInputSteam

      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.