| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
| org.docx4j.org.apache.poi.poifs.dev |
DEV package serves two purposes.
|
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| org.docx4j.org.apache.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
Encryptor.getDataStream(NPOIFSFileSystem fs) |
java.io.InputStream |
Decryptor.getDataStream(NPOIFSFileSystem fs) |
| Constructor and Description |
|---|
EncryptionInfo(NPOIFSFileSystem fs)
Opens for decryption
|
EncryptionInfo(NPOIFSFileSystem fs,
EncryptionMode encryptionMode)
Deprecated.
Use
EncryptionInfo(EncryptionMode) (fs parameter no longer required) |
EncryptionInfo(NPOIFSFileSystem fs,
EncryptionMode encryptionMode,
CipherAlgorithm cipherAlgorithm,
HashAlgorithm hashAlgorithm,
int keyBits,
int blockSize,
ChainingMode chainingMode)
|
| Modifier and Type | Method and Description |
|---|---|
static void |
POIFSDump.dump(NPOIFSFileSystem fs,
int startBlock,
java.lang.String name,
java.io.File parent) |
protected static HeaderBlock |
POIFSDump.getHeaderBlock(NPOIFSFileSystem fs) |
protected static NPropertyTable |
POIFSDump.getPropertyTable(NPOIFSFileSystem fs) |
| Modifier and Type | Class and Description |
|---|---|
class |
POIFSFileSystem
Transition class for the move from
POIFSFileSystem to
OPOIFSFileSystem, and from NPOIFSFileSystem to
POIFSFileSystem. |
| Modifier and Type | Method and Description |
|---|---|
NPOIFSFileSystem |
DirectoryNode.getFileSystem() |
NPOIFSFileSystem |
DirectoryNode.getNFileSystem()
If this is NPOIFS based, return the NPOIFSFileSystem
that this belong to, otherwise Null if OPOIFS based
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EntryUtils.copyNodes(NPOIFSFileSystem source,
NPOIFSFileSystem target)
Copies all nodes from one POIFS to the other
|
static void |
EntryUtils.copyNodes(NPOIFSFileSystem source,
NPOIFSFileSystem target,
java.util.List<java.lang.String> excepts)
Copies nodes from one POIFS to the other, minus the excepts.
|
| Constructor and Description |
|---|
NPOIFSDocument(DocumentProperty property,
NPOIFSFileSystem filesystem)
Constructor for an existing Document
|
NPOIFSDocument(java.lang.String name,
int size,
NPOIFSFileSystem filesystem,
POIFSWriterListener writer) |
NPOIFSDocument(java.lang.String name,
NPOIFSFileSystem filesystem,
java.io.InputStream stream)
Constructor for a new Document
|
NPOIFSMiniStore(NPOIFSFileSystem filesystem,
RootProperty root,
java.util.List<BATBlock> sbats,
HeaderBlock header) |
| Constructor and Description |
|---|
NPropertyTable(HeaderBlock headerBlock,
NPOIFSFileSystem filesystem)
reading constructor (used when we've read in a file and we want
to extract the property table from it).
|
Copyright © 2007–2023. All rights reserved.