Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.POIFSFileSystem
| Package | Description |
|---|---|
| org.docx4j.openpackaging.parts.WordprocessingML | |
| 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 POIFSFileSystem in org.docx4j.openpackaging.parts.WordprocessingML
Methods in org.docx4j.openpackaging.parts.WordprocessingML that return POIFSFileSystem Modifier and Type Method Description POIFSFileSystemOleObjectBinaryPart. getFs() -
Uses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type POIFSFileSystem Modifier and Type Method Description java.io.InputStreamDecryptor. getDataStream(POIFSFileSystem fs)java.io.OutputStreamEncryptor. getDataStream(POIFSFileSystem fs)Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type POIFSFileSystem Constructor Description EncryptionInfo(POIFSFileSystem fs)Opens for decryptionEncryptionInfo(POIFSFileSystem fs, EncryptionMode encryptionMode)Deprecated.UseEncryptionInfo(EncryptionMode)(fs parameter no longer required)EncryptionInfo(POIFSFileSystem fs, EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) -
Uses of POIFSFileSystem in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type POIFSFileSystem Modifier and Type Method Description static Ole10NativeOle10Native. createFromEmbeddedOleObject(POIFSFileSystem poifs)Creates an instance of this class from an embedded OLE Object.