45464748495051
public ExporterConfiguration getExporterConfiguration() { return exportConfiguration; } public ExporterOutput getExporterOutput(OutputStream output) { return new SimpleWriterExporterOutput(output); }
87888990919293