Package org.frankframework.batch
Class InputStreamReaderFactory
java.lang.Object
org.frankframework.batch.InputStreamReaderFactory
- All Implemented Interfaces:
IReaderFactory
Basic InputStreamReaderFactory.
- Since:
- 4.11
- Author:
- Gerrit van Brakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getReader
(InputStream inputstream, String charset, String streamId, PipeLineSession session) Obtain a Reader that reads lines in the given characterset.
-
Constructor Details
-
InputStreamReaderFactory
public InputStreamReaderFactory()
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceIReaderFactory
- Throws:
ConfigurationException
-
getReader
public Reader getReader(InputStream inputstream, String charset, String streamId, PipeLineSession session) throws SenderException Description copied from interface:IReaderFactory
Obtain a Reader that reads lines in the given characterset.- Specified by:
getReader
in interfaceIReaderFactory
- Throws:
SenderException
-