| Home >> All >> org >> apache >> poi >> poifs >> [ filesystem Javadoc ] |
org.apache.poi.poifs.filesystem: Javadoc index of package org.apache.poi.poifs.filesystem.
Package Samples:
org.apache.poi.poifs.filesystem
Classes:
Entry: This interface provides access to an object managed by a Filesystem instance. Entry objects are further divided into DocumentEntry and DirectoryEntry instances.
EntryNode: Abstract implementation of Entry Extending classes should override isDocument() or isDirectory(), as appropriate Extending classes must override isDeleteOK()
DocumentOutputStream: This class provides a wrapper over an OutputStream so that Document writers can't accidently go over their size limits
ReaderWriter: Test (Proof of concept) program that employs the POIFSReaderListener and POIFSWriterListener interfaces
SlowInputStream: Returns a random amount of requested data. Used to check conformance with InputStream API contracts.
POIFSFileSystem: This is the main class of the POIFS system; it manages the entire life cycle of the filesystem.
DirectoryEntry: This interface defines methods specific to Directory objects managed by a Filesystem instance.
DocumentEntry: This interface defines methods specific to Document objects managed by a Filesystem instance.
BATManaged: This interface defines behaviors for objects managed by the Block Allocation Table (BAT).
DocumentInputStream: This class provides methods to read a DocumentEntry managed by a Filesystem instance.
POIFSDocument: This class manages a document in the POIFS filesystem.
TestDocumentOutputStream: Class to test DocumentOutputStream functionality
TestDocumentInputStream: Class to test DocumentInputStream functionality
TestDocumentDescriptor: Class to test DocumentDescriptor functionality
TestPOIFSDocumentPath: Class to test POIFSDocumentPath functionality
TestDirectoryNode: Class to test DirectoryNode functionality
TestDocument: Class to test POIFSDocument functionality
TestDocumentNode: Class to test DocumentNode functionality
DirectoryNode: Simple implementation of DirectoryEntry
DocumentNode: Simple implementation of DocumentEntry
POIFSWriterListener: Interface POIFSWriterListener
DocumentDescriptor: Class DocumentDescriptor
POIFSDocumentPath: Class POIFSDocumentPath
POIFSWriterEvent: Class POIFSWriterEvent
| Home | Contact Us | Privacy Policy | Terms of Service |