File
Doc
Category
Size
Date
Package
DocumentEntry.java
API Doc
Apache Poi 3.0.1
1373
Mon Jan 01 12:39:34 GMT 2007
org.apache.poi.poifs.filesystem
DocumentEntry
public interface DocumentEntry implements Entry
This interface defines methods specific to Document objects managed by a Filesystem instance.
author
Marc Johnson (mjohnson at apache dot org)
Fields Summary
Constructors Summary
Methods Summary
public
int
getSize
()
get the zize of the document, in bytes
return
size in bytes
Java Code Source