Package step.datapool.file
Class FileReaderDataPool
- Direct Known Subclasses:
CSVReaderDataPool
,FlatFileReaderDataPool
-
Field Summary
Fields inherited from class step.datapool.DataSet
closing, configuration, context, isRowCommitEnabled
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class step.datapool.DataSet
addRow, enableRowCommit, isWriteQueueSupportEnabled, next, save, setContext, writeRow
-
Constructor Details
-
FileReaderDataPool
-
-
Method Details
-
init
public void init()- Overrides:
init
in classDataSet<FileDataPool>
-
reset
public void reset()- Specified by:
reset
in classDataSet<FileDataPool>
-
doFirst_
public abstract void doFirst_() -
next_
- Specified by:
next_
in classDataSet<FileDataPool>
-
readOneLine
-
postProcess
-
close
public void close()- Overrides:
close
in classDataSet<FileDataPool>
-