Package | Description |
---|---|
org.apache.poi.openxml4j.opc.internal | |
org.apache.poi.openxml4j.util |
Modifier and Type | Method and Description |
---|---|
static ZipArchiveThresholdInputStream |
ZipHelper.openZipStream(java.io.InputStream stream)
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.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.