public interface InputFileProcessorIfc
| Modifier and Type | Method and Description |
|---|---|
RecoveryInformation |
getRecoveryInformation() |
boolean |
postProcessInputData(OpenFileInputStream inputStream,
java.io.File fileToProcess,
java.io.File scratchFile) |
boolean |
preProcessInputData(OpenFileInputStream inputStream,
java.io.File fileToProcess,
java.io.File scratchFile) |
boolean |
processInputData(OpenFileInputStream inputStream,
DataReceiverIfc dataReceiver) |
void |
shutdown() |
boolean preProcessInputData(OpenFileInputStream inputStream, java.io.File fileToProcess, java.io.File scratchFile) throws java.lang.Exception
java.lang.Exceptionboolean processInputData(OpenFileInputStream inputStream, DataReceiverIfc dataReceiver) throws java.lang.Exception
java.lang.Exceptionboolean postProcessInputData(OpenFileInputStream inputStream, java.io.File fileToProcess, java.io.File scratchFile) throws java.lang.Exception
java.lang.Exceptionvoid shutdown()
RecoveryInformation getRecoveryInformation()