Package loci.poi.poifs.filesystem


package loci.poi.poifs.filesystem
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
See Also:
  • Class
    Description
    This interface defines behaviors for objects managed by the Block Allocation Table (BAT).
    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.
    This class provides methods to read a DocumentEntry managed by a Filesystem instance.
    Simple implementation of DocumentEntry
    This class provides a wrapper over an OutputStream so that Document writers can't accidently go over their size limits
    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()
    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 POI works with)
    This class manages a document in the POIFS filesystem.
    Class POIFSDocumentPath
    This is the main class of the POIFS system; it manages the entire life cycle of the filesystem.
    Class POIFSWriterEvent
    Interface POIFSWriterListener