Package org.frankframework.batch
Class DelphiStringRecordReader
java.lang.Object
java.io.Reader
org.frankframework.batch.DelphiStringRecordReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
@Deprecated
@ConfigurationWarning("Warning: non-maintained functionality.")
public class DelphiStringRecordReader
extends Reader
Deprecated.
Warning: non-maintained functionality.
- Since:
- 4.10
- Author:
- Gerrit van Brakel
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDelphiStringRecordReader
(InputStream in, String charsetName, int stringLength, int stringsPerRecord, String separator, String separatorReplacement) Deprecated. -
Method Summary
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, read, ready, reset, skip, transferTo
-
Field Details
-
log
protected org.apache.logging.log4j.Logger logDeprecated.
-
-
Constructor Details
-
DelphiStringRecordReader
public DelphiStringRecordReader(InputStream in, String charsetName, int stringLength, int stringsPerRecord, String separator, String separatorReplacement) Deprecated.
-
-
Method Details
-
read
Deprecated.- Specified by:
read
in classReader
- Throws:
IOException
-
close
Deprecated.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classReader
- Throws:
IOException
-