Package | Description |
---|---|
org.apache.poi | |
org.apache.poi.extractor | |
org.apache.poi.hpsf | |
org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Constructor and Description |
---|
POIDocument(OPOIFSFileSystem fs)
Constructs from an old-style OPOIFS
|
POIReadOnlyDocument(OPOIFSFileSystem fs) |
Modifier and Type | Method and Description |
---|---|
static POIOLE2TextExtractor |
ExtractorFactory.createExtractor(OPOIFSFileSystem fs) |
static POIOLE2TextExtractor |
OLE2ExtractorFactory.createExtractor(OPOIFSFileSystem fs) |
Constructor and Description |
---|
HPSFPropertiesOnlyDocument(OPOIFSFileSystem fs) |
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 2018 The Apache Software Foundation or its licensors, as applicable.