public abstract class AbstractDumper extends java.lang.Object implements IDumper
| Constructor and Description |
|---|
AbstractDumper() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doDump(IXDocReport report,
java.io.InputStream documentIn,
IContext context,
DumperOptions option,
ITemplateEngine templateEngine,
java.io.OutputStream out) |
void |
dump(IXDocReport report,
IContext context,
DumperOptions option,
java.io.OutputStream out)
Dump the given report and context by using the dumper configured with the given options and generates the result
of the dump in the given out.
|
void |
dump(IXDocReport report,
java.io.InputStream documentIn,
IContext context,
DumperOptions option,
java.io.OutputStream out)
Dump the given report and context by using the dumper configured with the given options and generates the result
of the dump in the given out.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMimeMappingpublic void dump(IXDocReport report, IContext context, DumperOptions option, java.io.OutputStream out) throws java.io.IOException, XDocReportException
IDumperIXDocReport#setCacheOriginalDocument(true) is called when report is loaded.dump in interface IDumperreport - the IXDocReport to dump.context - the IContext to dump.option - the dumper options.out - the output stream where dump must be written.java.io.IOExceptionXDocReportExceptionpublic final void dump(IXDocReport report, java.io.InputStream documentIn, IContext context, DumperOptions option, java.io.OutputStream out) throws java.io.IOException, XDocReportException
IDumperdump in interface IDumperreport - the IXDocReport to dump.documentIn - the InputStream of the report.context - the IContext to dump.out - the output stream where dump must be written.java.io.IOExceptionXDocReportExceptionprotected abstract void doDump(IXDocReport report, java.io.InputStream documentIn, IContext context, DumperOptions option, ITemplateEngine templateEngine, java.io.OutputStream out) throws java.io.IOException, XDocReportException
java.io.IOExceptionXDocReportExceptionCopyright © 2022. All Rights Reserved.