Class 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 Detail

      • TempFilePOIFSFileSystem

        public TempFilePOIFSFileSystem()
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Description copied from class: POIFSFileSystem
        Closes the FileSystem, freeing any underlying files, streams and buffers. After this, you will be unable to read or write from the FileSystem.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class POIFSFileSystem
        Throws:
        java.io.IOException