| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
Encryptor.getDataStream(OPOIFSFileSystem fs) |
java.io.InputStream |
Decryptor.getDataStream(OPOIFSFileSystem fs) |
| Constructor and Description |
|---|
EncryptionInfo(OPOIFSFileSystem fs)
Opens for decryption
|
| Modifier and Type | Method and Description |
|---|---|
OPOIFSFileSystem |
DirectoryNode.getOFileSystem()
If this is OPOIFS based, return the NPOIFSFileSystem
that this belong to, otherwise Null if NPOIFS based
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EntryUtils.copyNodes(OPOIFSFileSystem source,
OPOIFSFileSystem target)
Copies all nodes from one POIFS to the other
|
static void |
EntryUtils.copyNodes(OPOIFSFileSystem source,
OPOIFSFileSystem target,
java.util.List<java.lang.String> excepts)
Copies nodes from one POIFS to the other, minus the excepts.
|
Copyright © 2007–2023. All rights reserved.