public interface FileReader
Declares method for reading file stream.
Modifier and Type | Method and Description |
---|---|
InputStream |
read()
The method that returns file stream.
|
InputStream read() throws FileNotFoundException
The method that returns file stream.
InputStream
readable stream.FileNotFoundException