|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entry | |
---|---|
org.apache.poi.hsmf.parsers | |
org.apache.poi.poifs.filesystem | filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. |
Uses of Entry in org.apache.poi.hsmf.parsers |
---|
Methods in org.apache.poi.hsmf.parsers with parameters of type Entry | |
---|---|
protected static void |
POIFSChunkParser.process(Entry entry,
ChunkGroup grouping)
Creates a chunk, and gives it to its parent group |
Uses of Entry in org.apache.poi.poifs.filesystem |
---|
Subinterfaces of Entry in org.apache.poi.poifs.filesystem | |
---|---|
interface |
DirectoryEntry
This interface defines methods specific to Directory objects managed by a Filesystem instance. |
interface |
DocumentEntry
This interface defines methods specific to Document objects managed by a Filesystem instance. |
Classes in org.apache.poi.poifs.filesystem that implement Entry | |
---|---|
class |
DirectoryNode
Simple implementation of DirectoryEntry |
class |
DocumentNode
Simple implementation of DocumentEntry |
class |
EntryNode
Abstract implementation of Entry Extending classes should override isDocument() or isDirectory(), as appropriate Extending classes must override isDeleteOK() |
Methods in org.apache.poi.poifs.filesystem that return Entry | |
---|---|
Entry |
DirectoryNode.getEntry(java.lang.String name)
get a specified Entry by name |
Entry |
DirectoryEntry.getEntry(java.lang.String name)
get a specified Entry by name |
Methods in org.apache.poi.poifs.filesystem that return types with arguments of type Entry | |
---|---|
java.util.Iterator<Entry> |
DirectoryNode.getEntries()
get an iterator of the Entry instances contained directly in this instance (in other words, children only; no grandchildren etc.) |
java.util.Iterator<Entry> |
DirectoryEntry.getEntries()
get an iterator of the Entry instances contained directly in this instance (in other words, children only; no grandchildren etc.) |
java.util.Iterator<Entry> |
DirectoryNode.iterator()
Returns an Iterator over all the entries |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |