|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.contrib.poibrowser.DocumentDescriptor
Describes the most important (whatever that is) features of a
POIFSDocument
.
Constructor Summary | |
DocumentDescriptor(java.lang.String name,
POIFSDocumentPath path,
DocumentInputStream stream,
int nrOfBytes)
Creates a DocumentDescriptor . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentDescriptor(java.lang.String name, POIFSDocumentPath path, DocumentInputStream stream, int nrOfBytes)
Creates a DocumentDescriptor
.
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |