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:
Closeable,AutoCloseable,POIFSViewable
An experimental POIFSFileSystem to support the encryption of large files
- Since:
- 4.1.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()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
-
Constructor Details
-
TempFilePOIFSFileSystem
public TempFilePOIFSFileSystem()
-
-
Method Details
-
close
Description 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 interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classPOIFSFileSystem- Throws:
IOException
-