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 ZipEntrySourceZipPackage. getZipArchive()Get the zip archiveMethods in org.apache.poi.openxml4j.opc with parameters of type ZipEntrySource Modifier and Type Method Description static OPCPackageOPCPackage. open(ZipEntrySource zipEntry)Open an user providedZipEntrySourcewith 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 classZipFileZipEntrySourceA ZipEntrySource wrapper around a ZipFile.classZipInputStreamZipEntrySourceProvides 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 classAesZipFileZipEntrySourceAn exampleZipEntrySourcethat 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 voidSXSSFWorkbook. injectData(ZipEntrySource zipEntrySource, OutputStream out)
-