Uses of Interface
org.apache.poi.openxml4j.util.ZipEntrySource

Packages that use ZipEntrySource
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
 ZipEntrySource ZipPackage.getZipArchive()
          Get the zip archive
 

Methods in org.apache.poi.openxml4j.opc with parameters of type ZipEntrySource
static OPCPackage OPCPackage.open(ZipEntrySource zipEntry)
          Open an user provided ZipEntrySource with read-only permission.
 

Uses of ZipEntrySource in org.apache.poi.openxml4j.util
 

Classes in org.apache.poi.openxml4j.util that implement ZipEntrySource
 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
 class AesZipFileZipEntrySource
          An example ZipEntrySource 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
protected  void SXSSFWorkbook.injectData(ZipEntrySource zipEntrySource, java.io.OutputStream out)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.