Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.OPOIFSFileSystem
| 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.
|
-
Uses of OPOIFSFileSystem in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type OPOIFSFileSystem Modifier and Type Method Description java.io.InputStreamDecryptor. getDataStream(OPOIFSFileSystem fs)java.io.OutputStreamEncryptor. getDataStream(OPOIFSFileSystem fs)Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type OPOIFSFileSystem Constructor Description EncryptionInfo(OPOIFSFileSystem fs)Opens for decryption -
Uses of OPOIFSFileSystem in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem that return OPOIFSFileSystem Modifier and Type Method Description OPOIFSFileSystemDirectoryNode. getOFileSystem()If this is OPOIFS based, return the NPOIFSFileSystem that this belong to, otherwise Null if NPOIFS basedMethods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type OPOIFSFileSystem Modifier and Type Method Description static voidEntryUtils. copyNodes(OPOIFSFileSystem source, OPOIFSFileSystem target)Copies all nodes from one POIFS to the otherstatic voidEntryUtils. copyNodes(OPOIFSFileSystem source, OPOIFSFileSystem target, java.util.List<java.lang.String> excepts)Copies nodes from one POIFS to the other, minus the excepts.