org.extex.backend.documentWriter
Interface MultipleDocumentStream
- All Known Implementing Classes:
- AbstractPostscriptWriter, BackendDriverImpl, EpsWriter, MultiDumpDocumentWriter, PdfSinglePageDocumentWriter, PsWriter, SVGDocumentWriter
public interface MultipleDocumentStream
This interface describes the ability of a class to produce multiple
output documents. For this purpose a factory is passed in to receive new
output stream as needed.
- Version:
- $Revision: 5563 $
- Author:
- Gerd Neugebauer
- See Also:
SingleDocumentStream
setOutputStreamFactory
void setOutputStreamFactory(OutputStreamFactory writerFactory)
- Setter for the output stream.
- Parameters:
writerFactory - the output stream