Uses of Interface
org.apache.poi.openxml4j.util.ZipEntrySource
-
Packages that use ZipEntrySource Package Description org.apache.poi.openxml4j.opc org.apache.poi.openxml4j.util org.apache.poi.poifs.crypt.temp org.apache.poi.xssf.streaming -
-
Uses of ZipEntrySource in org.apache.poi.openxml4j.opc
Methods in org.apache.poi.openxml4j.opc that return ZipEntrySource Modifier and Type Method Description ZipEntrySource
ZipPackage. getZipArchive()
Get the zip archiveMethods in org.apache.poi.openxml4j.opc with parameters of type ZipEntrySource Modifier and Type Method Description static 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 ZipEntrySource Modifier and Type Class Description class
ZipFileZipEntrySource
A ZipEntrySource wrapper around a ZipFile.class
ZipInputStreamZipEntrySource
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 ZipEntrySource Modifier and Type Class Description class
AesZipFileZipEntrySource
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 ZipEntrySource Modifier and Type Method Description protected void
SXSSFWorkbook. injectData(ZipEntrySource zipEntrySource, java.io.OutputStream out)
-