Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.POIFSFileSystem
Packages that use POIFSFileSystem
Package
Description
Implementation of the ECMA-376 Document Encryption
DEV package serves two purposes.
The eventfilesystem is an efficient method for reading OLE 2 CDF files.
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
property package contains high and low level Property structures for POIFS.
-
Uses of POIFSFileSystem in org.docx4j.openpackaging.parts.WordprocessingML
Methods in org.docx4j.openpackaging.parts.WordprocessingML that return POIFSFileSystem -
Uses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type POIFSFileSystemModifier and TypeMethodDescriptionDecryptor.getDataStream(POIFSFileSystem fs) Encryptor.getDataStream(POIFSFileSystem fs) Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type POIFSFileSystem -
Uses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.crypt.cryptoapi
Methods in org.docx4j.org.apache.poi.poifs.crypt.cryptoapi that return POIFSFileSystemModifier and TypeMethodDescriptionCryptoAPIDecryptor.getSummaryEntries(DirectoryNode root, String encryptedStream) Decrypt the Document-/SummaryInformation and other optionally streams.Methods in org.docx4j.org.apache.poi.poifs.crypt.cryptoapi with parameters of type POIFSFileSystemModifier and TypeMethodDescriptionvoidCryptoAPIEncryptor.setSummaryEntries(DirectoryNode dir, String encryptedStream, POIFSFileSystem entries) Encrypt the Document-/SummaryInformation and other optionally streams. -
Uses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.dev
Methods in org.docx4j.org.apache.poi.poifs.dev with parameters of type POIFSFileSystemModifier and TypeMethodDescriptionstatic voidPOIFSDump.dump(POIFSFileSystem fs, int startBlock, String name, File parent) -
Uses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.eventfilesystem
Methods in org.docx4j.org.apache.poi.poifs.eventfilesystem with parameters of type POIFSFileSystemModifier and TypeMethodDescriptionvoidPOIFSReader.read(POIFSFileSystem poifs) Read from aPOIFSFileSystemand process the documents we get -
Uses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.filesystem
Subclasses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.filesystemModifier and TypeClassDescriptionclassAn experimental POIFSFileSystem to support the encryption of large filesMethods in org.docx4j.org.apache.poi.poifs.filesystem that return POIFSFileSystemModifier and TypeMethodDescriptionstatic POIFSFileSystemCreates a new POIFSFileSystem in a newFile.DirectoryNode.getFileSystem()Methods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type POIFSFileSystemModifier and TypeMethodDescriptionstatic voidEntryUtils.copyNodes(POIFSFileSystem source, POIFSFileSystem target) Copies all nodes from one POIFS to the otherstatic voidEntryUtils.copyNodes(POIFSFileSystem source, POIFSFileSystem target, List<String> excepts) Copies nodes from one POIFS to the other, minus the excepts.static Ole10NativeOle10Native.createFromEmbeddedOleObject(POIFSFileSystem poifs) Creates an instance of this class from an embedded OLE Object.static voidOle10Native.createOleMarkerEntry(POIFSFileSystem poifs) Add the \1OLE marker entry, which is not the Ole10Native entry.static InputStreamDocumentFactoryHelper.getDecryptedStream(POIFSFileSystem fs, String password) Wrap the OLE2 data in thePOIFSFileSysteminto a decrypted stream by using the given password.Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type POIFSFileSystemModifierConstructorDescriptionPOIFSDocument(String name, int size, POIFSFileSystem filesystem, POIFSWriterListener writer) POIFSDocument(String name, POIFSFileSystem filesystem, InputStream stream) Constructor for a new DocumentPOIFSDocument(DocumentProperty property, POIFSFileSystem filesystem) Constructor for an existing Document -
Uses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.macros
Constructors in org.docx4j.org.apache.poi.poifs.macros with parameters of type POIFSFileSystem -
Uses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.property
Constructors in org.docx4j.org.apache.poi.poifs.property with parameters of type POIFSFileSystemModifierConstructorDescriptionPropertyTable(HeaderBlock headerBlock, POIFSFileSystem filesystem) reading constructor (used when we've read in a file and we want to extract the property table from it).