Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.NPOIFSFileSystem
Packages that use NPOIFSFileSystem
Package
Description
Implementation of the ECMA-376 Document Encryption
DEV package serves two purposes.
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 NPOIFSFileSystem in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type NPOIFSFileSystemModifier and TypeMethodDescriptionDecryptor.getDataStream(NPOIFSFileSystem fs) Encryptor.getDataStream(NPOIFSFileSystem fs) Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type NPOIFSFileSystemModifierConstructorDescriptionOpens for decryptionEncryptionInfo(NPOIFSFileSystem fs, EncryptionMode encryptionMode) Deprecated.EncryptionInfo(NPOIFSFileSystem fs, EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) -
Uses of NPOIFSFileSystem in org.docx4j.org.apache.poi.poifs.dev
Methods in org.docx4j.org.apache.poi.poifs.dev with parameters of type NPOIFSFileSystemModifier and TypeMethodDescriptionstatic voidPOIFSDump.dump(NPOIFSFileSystem fs, int startBlock, String name, File parent) protected static HeaderBlockPOIFSDump.getHeaderBlock(NPOIFSFileSystem fs) protected static NPropertyTablePOIFSDump.getPropertyTable(NPOIFSFileSystem fs) -
Uses of NPOIFSFileSystem in org.docx4j.org.apache.poi.poifs.filesystem
Subclasses of NPOIFSFileSystem in org.docx4j.org.apache.poi.poifs.filesystemModifier and TypeClassDescriptionclassTransition class for the move fromPOIFSFileSystemtoOPOIFSFileSystem, and fromNPOIFSFileSystemtoPOIFSFileSystem.Methods in org.docx4j.org.apache.poi.poifs.filesystem that return NPOIFSFileSystemModifier and TypeMethodDescriptionDirectoryNode.getFileSystem()DirectoryNode.getNFileSystem()If this is NPOIFS based, return the NPOIFSFileSystem that this belong to, otherwise Null if OPOIFS basedMethods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type NPOIFSFileSystemModifier and TypeMethodDescriptionstatic voidEntryUtils.copyNodes(NPOIFSFileSystem source, NPOIFSFileSystem target) Copies all nodes from one POIFS to the otherstatic voidEntryUtils.copyNodes(NPOIFSFileSystem source, NPOIFSFileSystem target, List<String> excepts) Copies nodes from one POIFS to the other, minus the excepts.Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type NPOIFSFileSystemModifierConstructorDescriptionNPOIFSDocument(String name, int size, NPOIFSFileSystem filesystem, POIFSWriterListener writer) NPOIFSDocument(String name, NPOIFSFileSystem filesystem, InputStream stream) Constructor for a new DocumentNPOIFSDocument(DocumentProperty property, NPOIFSFileSystem filesystem) Constructor for an existing DocumentprotectedNPOIFSMiniStore(NPOIFSFileSystem filesystem, RootProperty root, List<BATBlock> sbats, HeaderBlock header) -
Uses of NPOIFSFileSystem in org.docx4j.org.apache.poi.poifs.property
Constructors in org.docx4j.org.apache.poi.poifs.property with parameters of type NPOIFSFileSystemModifierConstructorDescriptionNPropertyTable(HeaderBlock headerBlock, NPOIFSFileSystem filesystem) reading constructor (used when we've read in a file and we want to extract the property table from it).
EncryptionInfo(EncryptionMode)(fs parameter no longer required)