Package org.apache.poi.poifs.filesystem
Class TempFilePOIFSFileSystem
- java.lang.Object
-
- org.apache.poi.poifs.filesystem.BlockStore
-
- org.apache.poi.poifs.filesystem.POIFSFileSystem
-
- org.apache.poi.poifs.filesystem.TempFilePOIFSFileSystem
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,POIFSViewable
@Beta public class TempFilePOIFSFileSystem extends POIFSFileSystem
An experimental POIFSFileSystem to support the encryption of large files- Since:
- 4.1.1
-
-
Constructor Summary
Constructors Constructor Description TempFilePOIFSFileSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Closes the FileSystem, freeing any underlying files, streams and buffers.-
Methods inherited from class org.apache.poi.poifs.filesystem.POIFSFileSystem
create, createDirectory, createDocument, createDocument, createDocumentInputStream, createOrUpdateDocument, getBigBlockSize, getBigBlockSizeDetails, getHeaderBlock, getMaxRecordLength, getPropertyTable, getRoot, getShortDescription, getViewableArray, getViewableIterator, isInPlaceWriteable, main, preferArray, setMaxRecordLength, writeFilesystem, writeFilesystem
-
-
-
-
Method Detail
-
close
public void close() throws java.io.IOExceptionDescription copied from class:POIFSFileSystemCloses the FileSystem, freeing any underlying files, streams and buffers. After this, you will be unable to read or write from the FileSystem.- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classPOIFSFileSystem- Throws:
java.io.IOException
-
-