Interface RecordWiseFileCompactor.Reader.Factory<T>
- Type Parameters:
T- Thy type of the records that is read.
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DecoderBasedReader.Factory,InputFormatBasedReader.Factory
- Enclosing interface:
- RecordWiseFileCompactor.Reader<T>
Factory for
RecordWiseFileCompactor.Reader.-
Method Summary
-
Method Details
-
createFor
- Returns:
- A reader that reads elements from the given file.
- Throws:
IOException- Thrown if an I/O error occurs when opening the file.
-