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 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 ZipEntrySourceModifier and TypeClassDescriptionclassA ZipEntrySource wrapper around a ZipFile.classProvides 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 classAn 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 ZipEntrySourceModifier and TypeMethodDescriptionprotected voidSXSSFWorkbook.injectData(ZipEntrySource zipEntrySource, OutputStream out)