- All Superinterfaces:
- FilterSource,- RegistryContext
- All Known Implementing Classes:
- CSVWriter,- HTMLWriter,- LazyFilter,- NullSource,- ObjectSourceImpl,- PlainTextWriter,- POVExport,- SecGraphExporter,- StreamAdapter
This subinterface of 
FilterSource has to be implemented
 by filter sources whose flavor supports Writers
 (IOFlavor.WRITER). It represents the data
 by writing it to a Writer.- Author:
- Ole Kniemeyer
- 
Nested Class SummaryNested classes/interfaces inherited from interface de.grogra.pf.io.FilterSourceFilterSource.MetaDataKey<V>
- 
Field SummaryFields inherited from interface de.grogra.pf.io.FilterSourceAUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URL
- 
Method SummaryMethods inherited from interface de.grogra.pf.io.FilterSourcegetFilter, getFlavor, getMetaData, getSystemId, initProgressMonitor, setMetaData, setProgressMethods inherited from interface de.grogra.pf.registry.RegistryContextgetRegistry
- 
Method Details- 
writeThis method writes the data toout.- Parameters:
- out- the writer to which data is written
- Throws:
- IOException
 
 
-