Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache.poi.contrib » poibrowser » [javadoc | source]
org.apache.poi.contrib.poibrowser
public class: DocumentDescriptor [javadoc | source]
java.lang.Object
   org.apache.poi.contrib.poibrowser.DocumentDescriptor

Direct Known Subclasses:
    PropertySetDescriptor

Describes the most important (whatever that is) features of a POIFSDocument .

Field Summary
 String name     
 POIFSDocumentPath path     
 DocumentInputStream stream     
 int size     
 byte[] bytes     
Constructor:
 public DocumentDescriptor(String name,
    POIFSDocumentPath path,
    DocumentInputStream stream,
    int nrOfBytes) 
    Parameters:
    name - The stream's name.
    path - The stream's path in the POI filesystem hierarchy.
    stream - The stream.
    nrOfBytes - The maximum number of bytes to display in a dump starting at the beginning of the stream.
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait