|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.poifs.filesystem.EntryNode org.apache.poi.poifs.filesystem.DocumentNode
public class DocumentNode
Simple implementation of DocumentEntry
Method Summary | |
---|---|
java.lang.String |
getShortDescription()
Provides a short description of the object, to be used when a POIFSViewable object has not provided its contents. |
int |
getSize()
get the zize of the document, in bytes |
java.lang.Object[] |
getViewableArray()
Get an array of objects, some of which may implement POIFSViewable |
java.util.Iterator |
getViewableIterator()
Get an Iterator of objects, some of which may implement POIFSViewable |
protected boolean |
isDeleteOK()
extensions use this method to verify internal rules regarding deletion of the underlying store. |
boolean |
isDocumentEntry()
is this a DocumentEntry? |
boolean |
preferArray()
Give viewers a hint as to whether to call getViewableArray or getViewableIterator |
Methods inherited from class org.apache.poi.poifs.filesystem.EntryNode |
---|
delete, getName, getParent, getProperty, isDirectoryEntry, isRoot, renameTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.poi.poifs.filesystem.Entry |
---|
delete, getName, getParent, isDirectoryEntry, renameTo |
Method Detail |
---|
public int getSize()
getSize
in interface DocumentEntry
public boolean isDocumentEntry()
isDocumentEntry
in interface Entry
isDocumentEntry
in class EntryNode
protected boolean isDeleteOK()
isDeleteOK
in class EntryNode
public java.lang.Object[] getViewableArray()
getViewableArray
in interface POIFSViewable
public java.util.Iterator getViewableIterator()
getViewableIterator
in interface POIFSViewable
public boolean preferArray()
preferArray
in interface POIFSViewable
public java.lang.String getShortDescription()
getShortDescription
in interface POIFSViewable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |