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