Uses of Class
org.apache.poi.openxml4j.util.ZipArchiveThresholdInputStream
Packages that use ZipArchiveThresholdInputStream
-
Uses of ZipArchiveThresholdInputStream in org.apache.poi.openxml4j.opc.internal
Methods in org.apache.poi.openxml4j.opc.internal that return ZipArchiveThresholdInputStreamModifier and TypeMethodDescriptionZipHelper.openZipStream
(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 ZipArchiveThresholdInputStreamModifier and TypeMethodDescriptionZipSecureFile.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 ZipArchiveThresholdInputStreamModifierConstructorDescriptionReads all the entries from the ZipInputStream into memory, and don't close (since POI 4.0.1) the source stream.