de.grogra.pf.io
Interface FileReaderSource
- All Superinterfaces:
- FilterSource, RegistryContext
- All Known Implementing Classes:
- FileSource, LazyFilter, NullSource
public interface FileReaderSource
- extends FilterSource
This subinterface of FilterSource
has to be implemented
by filter sources whose flavor supports reading from an underlying
File
(IOFlavor.FILE_READER
).
It represents the data by a File
.
- Author:
- Ole Kniemeyer
Method Summary |
java.io.File |
getInputFile()
Returns the file from which the data can be obtained. |
getInputFile
java.io.File getInputFile()
- Returns the file from which the data can be obtained.
- Returns:
- file representing the data