public interface MultiPartMIMEDataSourceIterator
MultiPartMIMEDataSourceWriter.| Modifier and Type | Method and Description |
|---|---|
void |
abandonAllDataSources()
Invoked when all the potential data sources that this MultiPartMIMEDataSourceIterator represents need to be abandoned
since they will not give given a chance to produce data.
|
void |
registerDataSourceReaderCallback(MultiPartMIMEDataSourceIteratorCallback callback)
Invoked as the first step to walk through all potential data sources represented by this MultiPartMIMEDataSourceIterator.
|
void abandonAllDataSources()
void registerDataSourceReaderCallback(MultiPartMIMEDataSourceIteratorCallback callback)
callback - the callback that will be invoked as data sources become available for consumption.