| Package | Description |
|---|---|
| org.apache.poi.xwpf.converter.core.openxmlformats |
| Modifier and Type | Method and Description |
|---|---|
ZipArchive |
ZipArchive.createCopy()
Create a copy of the
ZipArchive. |
static ZipArchive |
ZipArchive.readZip(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,
String entryName,
InputStream input)
Set the given input stream in the given entry of the document archive.
|
static void |
ZipArchive.writeEntry(ZipArchive archive,
String entryName,
OutputStream outputStream)
Write the given entry from the document archive in the given output stream.
|
static void |
ZipArchive.writeZip(ZipArchive archive,
OutputStream outputStream)
Write XML document archive in the given output stream.
|
Copyright © 2016. All Rights Reserved.