| Package | Description |
|---|---|
| fr.opensagres.xdocreport.core.io |
| Modifier and Type | Method and Description |
|---|---|
XDocArchive |
XDocArchive.createCopy()
Create a copy of the
XDocArchive. |
static XDocArchive |
XDocArchive.readZip(InputStream sourceStream)
Read zip from input stream and returns an instance of
XDocArchive which cache each entry from the zip
into a Map. |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
XDocArchive.getInputStream(XDocArchive archive)
Returns the input stream of the given
XDocArchive. |
static void |
XDocArchive.setEntry(XDocArchive archive,
String entryName,
InputStream input)
Set the given input stream in the given entry of the document archive.
|
static void |
XDocArchive.writeEntry(XDocArchive archive,
String entryName,
OutputStream outputStream)
Write the given entry from the document archive in the given output stream.
|
static void |
XDocArchive.writeZip(XDocArchive archive,
OutputStream outputStream)
Write XML document archive in the given output stream.
|
Copyright © 2017. All Rights Reserved.