|
|||||||||
| Home >> All >> org >> apache >> cocoon >> poi >> poifs >> [ filesystem overview ] | PREV NEXT | ||||||||
A
- addDirectory(DirectoryProperty) - Method in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- add a new DirectoryProperty
- addDocument(Document) - Method in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- add a new Document
- atEOD() - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- available() - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
B
- BATManaged - interface org.apache.cocoon.poi.poifs.filesystem.BATManaged.
- This interface defines behaviors for objects managed by the Block Allocation Table (BAT).
C
- changeName(String, String) - Method in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- Change a contained Entry's name
- checkDocument(Document, byte[]) - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocument
- checkValues(int, int, int, Document, byte[]) - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocument
- close() - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- Closes this input stream and releases any system resources associated with the stream.
- countBlocks() - Method in interface org.apache.cocoon.poi.poifs.filesystem.BATManaged
- Return the number of BigBlock's this instance uses
- countBlocks() - Method in class org.apache.cocoon.poi.poifs.filesystem.Document
- Return the number of BigBlock's this instance uses
- createDirectory(String) - Method in interface org.apache.cocoon.poi.poifs.filesystem.DirectoryEntry
- create a new DirectoryEntry
- createDirectory(String) - Method in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- create a new DirectoryEntry
- createDirectory(String) - Method in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- create a new DirectoryEntry in the root directory
- createDocument(String, InputStream) - Method in interface org.apache.cocoon.poi.poifs.filesystem.DirectoryEntry
- create a new DocumentEntry
- createDocument(Document) - Method in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- create a new DocumentEntry
- createDocument(String, InputStream) - Method in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- create a new DocumentEntry
- createDocument(InputStream, String) - Method in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- Create a new document to be added to the root directory
- createDocumentInputStream(String) - Method in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- open a document in the root entry's list of entries
D
- DirectoryEntry - interface org.apache.cocoon.poi.poifs.filesystem.DirectoryEntry.
- This interface defines methods specific to Directory objects managed by a Filesystem instance.
- DirectoryNode - class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode.
- Simple implementation of DirectoryEntry
- DirectoryNode(DirectoryProperty, Filesystem, DirectoryNode) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- create a DirectoryNode.
- Document - class org.apache.cocoon.poi.poifs.filesystem.Document.
- This class manages a document in the POIFS filesystem.
- Document(String, RawDataBlock[], int) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.Document
- Constructor from large blocks
- Document(String, SmallDocumentBlock[], int) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.Document
- Constructor from small blocks
- Document(String, ListManagedBlock[], int) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.Document
- Constructor from small blocks
- Document(String, InputStream) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.Document
- Constructor
- DocumentEntry - interface org.apache.cocoon.poi.poifs.filesystem.DocumentEntry.
- This interface defines methods specific to Document objects managed by a Filesystem instance.
- DocumentInputStream - class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream.
- This class provides methods to read a DocumentEntry managed by a Filesystem instance.
- DocumentInputStream(DocumentEntry) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- Create an InputStream from the specified DocumentEntry
- DocumentNode - class org.apache.cocoon.poi.poifs.filesystem.DocumentNode.
- Simple implementation of DocumentEntry
- DocumentNode(DocumentProperty, DirectoryNode) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.DocumentNode
- create a DocumentNode.
- delete() - Method in interface org.apache.cocoon.poi.poifs.filesystem.Entry
- Delete this Entry.
- delete() - Method in class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- Delete this Entry.
- deleteEntry(EntryNode) - Method in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- Delete an entry
- dieIfClosed() - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
E
- EOD - Static variable in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- Entry - interface org.apache.cocoon.poi.poifs.filesystem.Entry.
- This interface provides access to an object managed by a Filesystem instance.
- EntryNode - class org.apache.cocoon.poi.poifs.filesystem.EntryNode.
- Abstract implementation of Entry Extending classes should override isDocument() or isDirectory(), as appropriate Extending classes must override isDeleteOK()
- EntryNode(Property, DirectoryNode) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- create a DocumentNode.
F
- Filesystem - class org.apache.cocoon.poi.poifs.filesystem.Filesystem.
- This is the main class of the POIFS system; it manages the entire life cycle of the filesystem.
- Filesystem() - Constructor for class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- Constructor, intended for writing
- Filesystem(InputStream) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- Create a Filesystem from an InputStream
G
- getDocument() - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentNode
- get the Document
- getDocumentProperty() - Method in class org.apache.cocoon.poi.poifs.filesystem.Document
- Get the DocumentProperty
- getEntries() - Method in interface org.apache.cocoon.poi.poifs.filesystem.DirectoryEntry
- get an iterator of the Entry instances contained directly in this instance (in other words, children only; no grandchildren etc.)
- getEntries() - Method in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- get an iterator of the Entry instances contained directly in this instance (in other words, children only; no grandchildren etc.)
- getEntry(String) - Method in interface org.apache.cocoon.poi.poifs.filesystem.DirectoryEntry
- get a specified Entry by name
- getEntry(String) - Method in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- get a specified Entry by name
- getEntryCount() - Method in interface org.apache.cocoon.poi.poifs.filesystem.DirectoryEntry
- find out how many Entry instances are contained directly within this DirectoryEntry
- getEntryCount() - Method in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- find out how many Entry instances are contained directly within this DirectoryEntry
- getName() - Method in interface org.apache.cocoon.poi.poifs.filesystem.Entry
- get the name of the Entry
- getName() - Method in class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- get the name of the Entry
- getParent() - Method in interface org.apache.cocoon.poi.poifs.filesystem.Entry
- get this Entry's parent (the DirectoryEntry that owns this Entry).
- getParent() - Method in class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- get this Entry's parent (the DocumentEntry that owns this Entry).
- getProperty() - Method in class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- grant access to the property
- getRoot() - Method in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- get the root entry
- getSize() - Method in interface org.apache.cocoon.poi.poifs.filesystem.DocumentEntry
- get the zize of the document, in bytes
- getSize() - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentNode
- get the zize of the document, in bytes
- getSmallBlocks() - Method in class org.apache.cocoon.poi.poifs.filesystem.Document
- return the array of SmallDocumentBlocks used
I
- isDeleteOK() - Method in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- extensions use this method to verify internal rules regarding deletion of the underlying store.
- isDeleteOK() - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentNode
- extensions use this method to verify internal rules regarding deletion of the underlying store.
- isDeleteOK() - Method in class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- extensions use this method to verify internal rules regarding deletion of the underlying store.
- isDirectoryEntry() - Method in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- is this a DirectoryEntry?
- isDirectoryEntry() - Method in interface org.apache.cocoon.poi.poifs.filesystem.Entry
- is this a DirectoryEntry?
- isDirectoryEntry() - Method in class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- is this a DirectoryEntry?
- isDocumentEntry() - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentNode
- is this a DocumentEntry?
- isDocumentEntry() - Method in interface org.apache.cocoon.poi.poifs.filesystem.Entry
- is this a DocumentEntry?
- isDocumentEntry() - Method in class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- is this a DocumentEntry?
- isEmpty() - Method in interface org.apache.cocoon.poi.poifs.filesystem.DirectoryEntry
- is this DirectoryEntry empty?
- isEmpty() - Method in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- is this DirectoryEntry empty?
- isRoot() - Method in class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- is this the root of the tree?
M
- main(String[]) - Static method in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- read in a file and write it back out again
- main(String[]) - Static method in class org.apache.cocoon.poi.poifs.filesystem.TestDirectoryNode
- main method to run the unit tests
- main(String[]) - Static method in class org.apache.cocoon.poi.poifs.filesystem.TestDocument
- main method to run the unit tests
- main(String[]) - Static method in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- main method to run the unit tests
- main(String[]) - Static method in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentNode
- main method to run the unit tests
- makeCopy(Document, byte[], byte[]) - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocument
- mark(int) - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- Marks the current position in this input stream.
- markSupported() - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- Tests if this input stream supports the mark and reset methods.
O
- org.apache.cocoon.poi.poifs.filesystem - package org.apache.cocoon.poi.poifs.filesystem
P
- processProperties(BlockList, BlockList, Iterator, DirectoryNode) - Method in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
R
- read(byte[], int) - Method in class org.apache.cocoon.poi.poifs.filesystem.Document
- read data from the internal stores
- read() - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- Reads the next byte of data from the input stream.
- read(byte[]) - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- Reads some number of bytes from the input stream and stores them into the buffer array b.
- read(byte[], int, int) - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- Reads up to len bytes of data from the input stream into an array of bytes.
- remove(EntryNode) - Method in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- remove an entry
- renameTo(String) - Method in interface org.apache.cocoon.poi.poifs.filesystem.Entry
- Rename this Entry.
- renameTo(String) - Method in class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- Rename this Entry.
- reset() - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- Repositions this stream to the position at the time the mark method was last called on this input stream.
S
- setStartBlock(int) - Method in interface org.apache.cocoon.poi.poifs.filesystem.BATManaged
- Set the start block for this instance
- setStartBlock(int) - Method in class org.apache.cocoon.poi.poifs.filesystem.Document
- Set the start block for this instance
- skip(long) - Method in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- Skips over and discards n bytes of data from this input stream.
T
- TestDirectoryNode - class org.apache.cocoon.poi.poifs.filesystem.TestDirectoryNode.
- Class to test DirectoryNode functionality
- TestDirectoryNode(String) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.TestDirectoryNode
- Constructor TestDirectoryNode
- TestDocument - class org.apache.cocoon.poi.poifs.filesystem.TestDocument.
- Class to test Document functionality
- TestDocument(String) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.TestDocument
- Constructor TestDocument
- TestDocumentInputStream - class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream.
- Class to test DocumentInputStream functionality
- TestDocumentInputStream(String) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- Constructor TestDocumentInputStream
- TestDocumentNode - class org.apache.cocoon.poi.poifs.filesystem.TestDocumentNode.
- Class to test DocumentNode functionality
- TestDocumentNode(String) - Constructor for class org.apache.cocoon.poi.poifs.filesystem.TestDocumentNode
- Constructor TestDocumentNode
- testAvailable() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- test available() behavior
- testBufferRead() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- Test buffered read
- testComplexBufferRead() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- Test complex buffered read
- testConstructor() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- test constructor
- testConstructor() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentNode
- test constructor
- testDeletion() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDirectoryNode
- test deletion methods
- testDocument() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocument
- Integration test -- really about all we can do
- testEmptyConstructor() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDirectoryNode
- test trivial constructor (a DirectoryNode with no children)
- testMarkFunctions() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- test mark/reset/markSupported.
- testNonEmptyConstructor() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDirectoryNode
- test non-trivial constructor (a DirectoryNode with children)
- testReadSingleByte() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- test simple read method
- testRename() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDirectoryNode
- test change name methods
- testSkip() - Method in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- test skip
W
- writeBlocks(OutputStream) - Method in class org.apache.cocoon.poi.poifs.filesystem.Document
- Write the storage to an OutputStream
- writeFilesystem(OutputStream) - Method in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- Write the filesystem out
_
- _blocks - Variable in class org.apache.cocoon.poi.poifs.filesystem.Document
- _buffer_size - Static variable in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- _closed - Variable in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- _current_offset - Variable in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- _document - Variable in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- _document - Variable in class org.apache.cocoon.poi.poifs.filesystem.DocumentNode
- _document_size - Variable in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- _documents - Variable in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- _entries - Variable in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- _filesystem - Variable in class org.apache.cocoon.poi.poifs.filesystem.DirectoryNode
- _marked_offset - Variable in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- _parent - Variable in class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- _property - Variable in class org.apache.cocoon.poi.poifs.filesystem.Document
- _property - Variable in class org.apache.cocoon.poi.poifs.filesystem.EntryNode
- _property_table - Variable in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- _root - Variable in class org.apache.cocoon.poi.poifs.filesystem.Filesystem
- _small_blocks - Variable in class org.apache.cocoon.poi.poifs.filesystem.Document
- _tiny_buffer - Variable in class org.apache.cocoon.poi.poifs.filesystem.DocumentInputStream
- _workbook - Variable in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- _workbook_data - Variable in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
- _workbook_size - Static variable in class org.apache.cocoon.poi.poifs.filesystem.TestDocumentInputStream
A B C D E F G I M O P R S T W _
|
|||||||||
| Home >> All >> org >> apache >> cocoon >> poi >> poifs >> [ filesystem overview ] | PREV NEXT | ||||||||