org.apache.poi.contrib.poibrowser
Class DocumentDescriptor

java.lang.Object
  extended by org.apache.poi.contrib.poibrowser.DocumentDescriptor
Direct Known Subclasses:
PropertySetDescriptor

public class DocumentDescriptor
extends java.lang.Object

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

Since:
2002-02-05 *
Version:
$Id: DocumentDescriptor.java 489730 2006-12-22 19:18:16Z bayard $
Author:
Rainer Klute (klute@rainer-klute.de), Rainer Klute <klute@rainer-klute.de>

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

DocumentDescriptor

public DocumentDescriptor(java.lang.String name,
                          POIFSDocumentPath path,
                          DocumentInputStream stream,
                          int nrOfBytes)

Creates a DocumentDescriptor.

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.


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.