| Package | Description |
|---|---|
| org.apache.poi.openxml4j.opc.internal | |
| org.apache.poi.openxml4j.util |
| Modifier and Type | Method and Description |
|---|---|
static ZipArchiveThresholdInputStream |
ZipHelper.openZipStream(InputStream stream)
Opens the specified stream as a secure zip.
|
static ZipArchiveThresholdInputStream |
ZipHelper.openZipStream(InputStream stream,
boolean closeStream)
Opens the specified stream as a secure zip.
|
| Modifier and Type | Method and Description |
|---|---|
ZipArchiveThresholdInputStream |
ZipSecureFile.getInputStream(org.apache.commons.compress.archivers.zip.ZipArchiveEntry entry)
Returns an input stream for reading the contents of the specified
zip file entry.
|
| Constructor and Description |
|---|
ZipInputStreamZipEntrySource(ZipArchiveThresholdInputStream inp)
Reads all the entries from the ZipInputStream
into memory, and don't close (since POI 4.0.1) the source stream.
|