public interface DataProcessWriterIntf
| Modifier and Type | Method and Description |
|---|---|
void |
closeOutput() |
FileUtilIntf |
getFileUtil() |
void |
openOutput(DataProcessConfigIntf aConfig) |
void |
processBlockDetail(DataProcessEngine anEngine,
DataProcessBlock aBlock,
int aCount) |
void |
writeHeaderOutput() |
void |
writeOutput(String anOutputString) |
void openOutput(DataProcessConfigIntf aConfig) throws Exception
Exceptionvoid processBlockDetail(DataProcessEngine anEngine, DataProcessBlock aBlock, int aCount) throws Exception
ExceptionFileUtilIntf getFileUtil()
Copyright © 2020. All rights reserved.