public class InputStreamReaderFactory extends Object implements IReaderFactory
Constructor and Description |
---|
InputStreamReaderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
configure() |
Reader |
getReader(InputStream inputstream,
String charset,
String streamId,
PipeLineSession session)
Obtain a Reader that reads lines in the given characterset.
|
public void configure() throws ConfigurationException
configure
in interface IReaderFactory
ConfigurationException
public Reader getReader(InputStream inputstream, String charset, String streamId, PipeLineSession session) throws SenderException
IReaderFactory
getReader
in interface IReaderFactory
SenderException
Copyright © 2023 Frank!Framework. All rights reserved.