Package org.frankframework.batch
Interface IReaderFactory
- All Known Implementing Classes:
DelphiStringRecordReaderFactory
,InputStreamReaderFactory
- Since:
- Author:
- Gerrit van Brakel
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getReader
(InputStream inputstream, String charset, String streamId, PipeLineSession session) Obtain a Reader that reads lines in the given characterset.
-
Method Details
-
configure
- Throws:
ConfigurationException
-
getReader
Reader getReader(InputStream inputstream, String charset, String streamId, PipeLineSession session) throws SenderException Obtain a Reader that reads lines in the given characterset.- Throws:
SenderException
-