Package | Description |
---|---|
loci.poi | |
loci.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Method and Description |
---|---|
private void |
POIDocument.copyNodeRecursively(Entry entry,
DirectoryEntry target)
Copies an Entry into a target POIFS directory, recursively
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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()
|
Modifier and Type | Method and Description |
---|---|
Entry |
DirectoryNode.getEntry(String name)
get a specified Entry by name
|
Entry |
DirectoryEntry.getEntry(String name)
get a specified Entry by name
|
Copyright © 2016 Open Microscopy Environment