Package org.frankframework.batch
Class DelphiStringRecordReaderFactory
java.lang.Object
org.frankframework.batch.DelphiStringRecordReaderFactory
- All Implemented Interfaces:
IReaderFactory
@Deprecated
@ConfigurationWarning("Warning: non-maintained functionality.")
public class DelphiStringRecordReaderFactory
extends Object
implements IReaderFactory
Deprecated.
Warning: non-maintained functionality.
IReaderFactory that provides a reader that reads Delphi records containing Strings.- Since:
- 4.10
- Author:
- Gerrit van Brakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.getReader(InputStream in, String charset, String streamId, PipeLineSession session) Deprecated.Obtain a Reader that reads lines in the given characterset.Deprecated.Deprecated.intDeprecated.intDeprecated.voidsetSeparator(String string) Deprecated.separator placed between each string readvoidsetSeparatorReplacement(String string) Deprecated.replacement character, used when separator is found in string readvoidsetStringLength(int i) Deprecated.the maximum length of each string. each string is preceded by a one byte length indication.voidsetStringsPerRecord(int i) Deprecated.the number of strings read for each record. 0 means file consists of one logical record
-
Constructor Details
-
DelphiStringRecordReaderFactory
public DelphiStringRecordReaderFactory()Deprecated.
-
-
Method Details
-
configure
Deprecated.- Specified by:
configurein interfaceIReaderFactory- Throws:
ConfigurationException
-
getReader
public Reader getReader(InputStream in, String charset, String streamId, PipeLineSession session) throws SenderException Deprecated.Description copied from interface:IReaderFactoryObtain a Reader that reads lines in the given characterset.- Specified by:
getReaderin interfaceIReaderFactory- Throws:
SenderException
-
setSeparator
Deprecated.separator placed between each string read- Default value
- |
-
getSeparator
Deprecated. -
setStringLength
public void setStringLength(int i) Deprecated.the maximum length of each string. each string is preceded by a one byte length indication.- Default value
- 50
-
getStringLength
public int getStringLength()Deprecated. -
setStringsPerRecord
public void setStringsPerRecord(int i) Deprecated.the number of strings read for each record. 0 means file consists of one logical record- Default value
- 0
-
getStringsPerRecord
public int getStringsPerRecord()Deprecated. -
setSeparatorReplacement
Deprecated.replacement character, used when separator is found in string read- Default value
- _
-
getSeparatorReplacement
Deprecated.
-