| Package | Description | 
|---|---|
| loci.poi.poifs.filesystem | filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DirectoryEntryThis interface defines methods specific to Directory objects
 managed by a Filesystem instance. | 
| interface  | DocumentEntryThis interface defines methods specific to Document objects
 managed by a Filesystem instance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DirectoryNodeSimple implementation of DirectoryEntry | 
| class  | DocumentNodeSimple implementation of DocumentEntry | 
| class  | EntryNodeAbstract implementation of Entry
 Extending classes should override isDocument() or isDirectory(), as
 appropriate
 Extending classes must override isDeleteOK() | 
| Modifier and Type | Method and Description | 
|---|---|
| Entry | DirectoryEntry. getEntry(String name)get a specified Entry by name | 
| Entry | DirectoryNode. getEntry(String name)get a specified Entry by name | 
Copyright © 2014 Open Microscopy Environment