Package | Description |
---|---|
org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
org.apache.poi.poifs.crypt.agile | |
org.apache.poi.poifs.crypt.standard | |
org.apache.poi.poifs.eventfilesystem |
The eventfilesystem is an efficient method for reading OLE 2 CDF files.
|
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Method | Description |
---|---|---|
void |
EncryptionInfoBuilder.initialize(EncryptionInfo ei,
DocumentInputStream dis) |
Modifier and Type | Method | Description |
---|---|---|
void |
AgileEncryptionInfoBuilder.initialize(EncryptionInfo info,
DocumentInputStream dis) |
Modifier and Type | Method | Description |
---|---|---|
void |
StandardEncryptionInfoBuilder.initialize(EncryptionInfo info,
DocumentInputStream dis) |
Constructor | Description |
---|---|
StandardEncryptionHeader(DocumentInputStream is) |
|
StandardEncryptionVerifier(DocumentInputStream is,
StandardEncryptionHeader header) |
Modifier and Type | Method | Description |
---|---|---|
DocumentInputStream |
POIFSReaderEvent.getStream() |
Modifier and Type | Class | Description |
---|---|---|
class |
NDocumentInputStream |
This class provides methods to read a DocumentEntry managed by a
NPOIFSFileSystem instance. |
class |
ODocumentInputStream |
This class provides methods to read a DocumentEntry managed by a
POIFSFileSystem instance. |
Modifier and Type | Method | Description |
---|---|---|
DocumentInputStream |
DirectoryNode.createDocumentInputStream(java.lang.String documentName) |
open a document in the directory's entry's list of entries
|
DocumentInputStream |
DirectoryNode.createDocumentInputStream(Entry document) |
open a document in the directory's entry's list of entries
|
DocumentInputStream |
NPOIFSFileSystem.createDocumentInputStream(java.lang.String documentName) |
open a document in the root entry's list of entries
|
DocumentInputStream |
POIFSFileSystem.createDocumentInputStream(java.lang.String documentName) |
open a document in the root entry's list of entries
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.