org.apache.poi.contrib.poibrowser
public class DocumentDescriptor extends java.lang.Object
Describes the most important (whatever that is) features of a
POIFSDocument.
| Constructor and Description |
|---|
DocumentDescriptor(java.lang.String name,
POIFSDocumentPath path,
DocumentInputStream stream,
int nrOfBytes)
Creates a
DocumentDescriptor. |
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.Copyright 2016 The Apache Software Foundation or its licensors, as applicable.