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.
FileNotFoundException
Copyright © 2020. All rights reserved.