|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.contrib.poibrowser.DocumentDescriptor
public class 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 . |
Method Summary |
---|
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 |