Uses of Class
org.apache.poi.openxml4j.util.ZipArchiveThresholdInputStream
-
Packages that use ZipArchiveThresholdInputStream Package Description org.apache.poi.openxml4j.opc.internal org.apache.poi.openxml4j.util -
-
Uses of ZipArchiveThresholdInputStream in org.apache.poi.openxml4j.opc.internal
Methods in org.apache.poi.openxml4j.opc.internal that return ZipArchiveThresholdInputStream Modifier and Type Method Description static ZipArchiveThresholdInputStream
ZipHelper. openZipStream(java.io.InputStream stream)
Opens the specified stream as a secure zip -
Uses of ZipArchiveThresholdInputStream in org.apache.poi.openxml4j.util
Methods in org.apache.poi.openxml4j.util that return ZipArchiveThresholdInputStream Modifier and Type Method 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.Constructors in org.apache.poi.openxml4j.util with parameters of type ZipArchiveThresholdInputStream Constructor 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.
-