Interface OutputStreamSource

All Superinterfaces:
FilterSource, RegistryContext
All Known Implementing Classes:
ExcelWriter, GSZCWriter, GSZWriter, GZipFilter, ImageWriter, LazyFilter, NullSource, PDFWriter, StreamAdapter, XMLWriter, XSLTFilter

public interface OutputStreamSource extends FilterSource
This subinterface of FilterSource has to be implemented by filter sources whose flavor supports OutputStreams (IOFlavor.OUTPUT_STREAM). It represents the data by writing it to an OutputStream.
Author:
Ole Kniemeyer
  • Method Details