org.apache.poi.contrib.poibrowser
Class DocumentDescriptor

java.lang.Object
  extended byorg.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,v 1.3 2004/04/09 13:05:08 glens Exp $
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.
 
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 2005 The Apache Software Foundation or its licensors, as applicable.