Package org.sejda.model.output

Interface Summary
MultipleTaskOutput<T> Represent the output for a task generating a multiple outputs.
SingleTaskOutput<T> Represent the output for a task generating a single output.
TaskOutput<T> Represents task output destination where results of a manipulation will be written.
TaskOutputDispatcher Double-dispatch interface to dispatch to the correct implementation of a TaskOutput.
 

Class Summary
DirectoryTaskOutput Directory output destination.
FileTaskOutput File output destination.
StreamTaskOutput OutputStream output destination for a task.
 



Copyright © 2013 sejda. All Rights Reserved.