Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.OPOIFSFileSystem
Packages that use OPOIFSFileSystem
Package
Description
Implementation of the ECMA-376 Document Encryption
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 OPOIFSFileSystemModifier and TypeMethodDescriptionDecryptor.getDataStream(OPOIFSFileSystem fs) Encryptor.getDataStream(OPOIFSFileSystem fs) Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type OPOIFSFileSystem -
Uses of OPOIFSFileSystem in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem that return OPOIFSFileSystemModifier and TypeMethodDescriptionDirectoryNode.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 OPOIFSFileSystemModifier and TypeMethodDescriptionstatic voidEntryUtils.copyNodes(OPOIFSFileSystem source, OPOIFSFileSystem target) Copies all nodes from one POIFS to the otherstatic voidEntryUtils.copyNodes(OPOIFSFileSystem source, OPOIFSFileSystem target, List<String> excepts) Copies nodes from one POIFS to the other, minus the excepts.