|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OPOIFSFileSystem | |
|---|---|
| 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. |
| Uses of OPOIFSFileSystem in org.apache.poi |
|---|
| Constructors in org.apache.poi with parameters of type OPOIFSFileSystem | |
|---|---|
POIDocument(OPOIFSFileSystem fs)
Constructs from an old-style OPOIFS |
|
POIReadOnlyDocument(OPOIFSFileSystem fs)
|
|
| Uses of OPOIFSFileSystem in org.apache.poi.extractor |
|---|
| Methods in org.apache.poi.extractor with parameters of type OPOIFSFileSystem | |
|---|---|
static POIOLE2TextExtractor |
ExtractorFactory.createExtractor(OPOIFSFileSystem fs)
|
static POIOLE2TextExtractor |
OLE2ExtractorFactory.createExtractor(OPOIFSFileSystem fs)
|
| Uses of OPOIFSFileSystem in org.apache.poi.hpsf |
|---|
| Constructors in org.apache.poi.hpsf with parameters of type OPOIFSFileSystem | |
|---|---|
HPSFPropertiesOnlyDocument(OPOIFSFileSystem fs)
|
|
| Uses of OPOIFSFileSystem in org.apache.poi.poifs.crypt |
|---|
| Methods in org.apache.poi.poifs.crypt with parameters of type OPOIFSFileSystem | |
|---|---|
java.io.OutputStream |
Encryptor.getDataStream(OPOIFSFileSystem fs)
|
java.io.InputStream |
Decryptor.getDataStream(OPOIFSFileSystem fs)
|
| Constructors in org.apache.poi.poifs.crypt with parameters of type OPOIFSFileSystem | |
|---|---|
EncryptionInfo(OPOIFSFileSystem fs)
Opens for decryption |
|
| Uses of OPOIFSFileSystem in org.apache.poi.poifs.filesystem |
|---|
| Methods in org.apache.poi.poifs.filesystem that return OPOIFSFileSystem | |
|---|---|
OPOIFSFileSystem |
DirectoryNode.getOFileSystem()
If this is OPOIFS based, return the NPOIFSFileSystem that this belong to, otherwise Null if NPOIFS based |
| Methods in org.apache.poi.poifs.filesystem with parameters of type OPOIFSFileSystem | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||