Package org.apache.poi.poifs.filesystem
Interface DocumentEntry
- All Superinterfaces:
Entry
- All Known Implementing Classes:
DocumentNode
This interface defines methods specific to Document objects
managed by a Filesystem instance.
- Author:
- Marc Johnson (mjohnson at apache dot org)
-
Method Summary
Methods inherited from interface org.apache.poi.poifs.filesystem.Entry
delete, getName, getParent, isDirectoryEntry, isDocumentEntry, renameTo
-
Method Details
-
getSize
int getSize()get the zize of the document, in bytes- Returns:
- size in bytes
-