Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.NPOIFSFileSystem
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
| org.docx4j.org.apache.poi.poifs.dev |
DEV package serves two purposes.
|
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| org.docx4j.org.apache.poi.poifs.property |
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 NPOIFSFileSystem Modifier and Type Method Description java.io.InputStreamDecryptor. getDataStream(NPOIFSFileSystem fs)java.io.OutputStreamEncryptor. getDataStream(NPOIFSFileSystem fs)Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type NPOIFSFileSystem Constructor Description EncryptionInfo(NPOIFSFileSystem fs)Opens for decryptionEncryptionInfo(NPOIFSFileSystem fs, EncryptionMode encryptionMode)Deprecated.UseEncryptionInfo(EncryptionMode)(fs parameter no longer required)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 NPOIFSFileSystem Modifier and Type Method Description static voidPOIFSDump. dump(NPOIFSFileSystem fs, int startBlock, java.lang.String name, java.io.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.filesystem Modifier and Type Class Description classPOIFSFileSystemTransition class for the move fromPOIFSFileSystemtoOPOIFSFileSystem, and fromNPOIFSFileSystemtoPOIFSFileSystem.Methods in org.docx4j.org.apache.poi.poifs.filesystem that return NPOIFSFileSystem Modifier and Type Method Description NPOIFSFileSystemDirectoryNode. getFileSystem()NPOIFSFileSystemDirectoryNode. 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 NPOIFSFileSystem Modifier and Type Method Description static voidEntryUtils. copyNodes(NPOIFSFileSystem source, NPOIFSFileSystem target)Copies all nodes from one POIFS to the otherstatic voidEntryUtils. copyNodes(NPOIFSFileSystem source, NPOIFSFileSystem target, java.util.List<java.lang.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 NPOIFSFileSystem Constructor Description NPOIFSDocument(java.lang.String name, int size, NPOIFSFileSystem filesystem, POIFSWriterListener writer)NPOIFSDocument(java.lang.String name, NPOIFSFileSystem filesystem, java.io.InputStream stream)Constructor for a new DocumentNPOIFSDocument(DocumentProperty property, NPOIFSFileSystem filesystem)Constructor for an existing DocumentNPOIFSMiniStore(NPOIFSFileSystem filesystem, RootProperty root, java.util.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 NPOIFSFileSystem Constructor Description NPropertyTable(HeaderBlock headerBlock, NPOIFSFileSystem filesystem)reading constructor (used when we've read in a file and we want to extract the property table from it).