Package org.apache.poi.poifs.filesystem
Interface DocumentEntry
-
- All Superinterfaces:
Entry
- All Known Implementing Classes:
DocumentNode
public interface DocumentEntry extends Entry
This interface defines methods specific to Document objects managed by a Filesystem instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getSize()
get the zize of the document, in bytes-
Methods inherited from interface org.apache.poi.poifs.filesystem.Entry
delete, getName, getParent, isDirectoryEntry, isDocumentEntry, renameTo
-
-