Uses of Interface
org.apache.poi.openxml4j.util.ZipEntrySource
Packages that use ZipEntrySource
Package
Description
-
Uses of ZipEntrySource in org.apache.poi.openxml4j.opc
Methods in org.apache.poi.openxml4j.opc that return ZipEntrySourceMethods in org.apache.poi.openxml4j.opc with parameters of type ZipEntrySourceModifier and TypeMethodDescriptionstatic OPCPackage
OPCPackage.open
(ZipEntrySource zipEntry) Open an user providedZipEntrySource
with read-only permission. -
Uses of ZipEntrySource in org.apache.poi.openxml4j.util
Classes in org.apache.poi.openxml4j.util that implement ZipEntrySourceModifier and TypeClassDescriptionclass
A ZipEntrySource wrapper around a ZipFile.class
Provides a way to get at all the ZipEntries from a ZipInputStream, as many times as required. -
Uses of ZipEntrySource in org.apache.poi.poifs.crypt.temp
Classes in org.apache.poi.poifs.crypt.temp that implement ZipEntrySourceModifier and TypeClassDescriptionfinal class
An exampleZipEntrySource
that has encrypted temp files to ensure that sensitive data is not stored in raw format on disk. -
Uses of ZipEntrySource in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming with parameters of type ZipEntrySourceModifier and TypeMethodDescriptionprotected void
SXSSFWorkbook.injectData
(ZipEntrySource zipEntrySource, OutputStream out)