Package org.apache.poi.poifs.filesystem


package org.apache.poi.poifs.filesystem
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
See Also:
  • Class
    Description
    This interface defines behaviors for objects managed by the Block Allocation Table (BAT).
    This abstract class describes a way to read, store, chain and free a series of blocks (be they Big or Small ones)
    This interface defines methods specific to Directory objects managed by a Filesystem instance.
    Simple implementation of DirectoryEntry
    Class DocumentDescriptor
    This interface defines methods specific to Document objects managed by a Filesystem instance.
    A small base class for the various factories, e.g.
    This class provides methods to read a DocumentEntry managed by a POIFSFileSystem instance.
    Simple implementation of DocumentEntry for OPOIFS
    This class provides methods to write a DocumentEntry managed by a POIFSFileSystem instance.
    This interface provides access to an object managed by a Filesystem instance.
    Abstract implementation of Entry Extending classes should override isDocument() or isDirectory(), as appropriate Extending classes must override isDeleteOK()
     
    The file magic number, i.e.
    A DirectoryEntry filter, which exposes another DirectoryEntry less certain parts.
    This exception is thrown when we try to open a file that doesn't seem to actually be an OLE2 file after all
    This exception is thrown when we try to open a file that's actually an Office 2007+ XML file, rather than an OLE2 file (which is what POIFS works with)
    Represents an Ole10Native record which is wrapped around certain binary files being embedded in OLE2 documents.
     
    This class manages a document in the NIO POIFS filesystem.
    Class POIFSDocumentPath
    This is the main class of the POIFS system; it manages the entire life cycle of the filesystem.
    This class handles the MiniStream (small block store) in the NIO case for POIFSFileSystem
    This handles reading and writing a stream within a POIFSFileSystem.
    Class POIFSWriterEvent
    Interface POIFSWriterListener
    An experimental POIFSFileSystem to support the encryption of large files