Package | Description |
---|---|
org.apache.poi.openxml4j.opc | |
org.apache.poi.openxml4j.util | |
org.apache.poi.poifs.crypt.temp | |
org.apache.poi.xssf.streaming |
Modifier and Type | Method and Description |
---|---|
ZipEntrySource |
ZipPackage.getZipArchive()
Get the zip archive
|
Modifier and Type | Method and Description |
---|---|
static OPCPackage |
OPCPackage.open(ZipEntrySource zipEntry)
Open an user provided
ZipEntrySource with read-only permission. |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AesZipFileZipEntrySource
An example
ZipEntrySource that has encrypted temp files to ensure that
sensitive data is not stored in raw format on disk. |
Modifier and Type | Method and Description |
---|---|
protected void |
SXSSFWorkbook.injectData(ZipEntrySource zipEntrySource,
java.io.OutputStream out) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.