public interface IStreamSource
Modifier and Type | Method and Description |
---|---|
boolean |
end()
This function is called to end reading.
|
java.io.File |
getRecoveryFile() |
java.lang.String |
getSourceName() |
boolean |
hasMoreData() |
boolean |
initialize()
This function is called to initialize the data source.
|
java.io.InputStream |
nextStream() |
boolean |
start()
This function is called to start reading.
|
boolean |
terminate()
This function is called to terminate the data source.
|
java.lang.String getSourceName()
boolean hasMoreData()
java.io.InputStream nextStream()
java.io.File getRecoveryFile()
boolean initialize()
boolean terminate()
boolean start()
boolean end()