public final class HDGFDiagram extends POIDocument
directory
Constructor | Description |
---|---|
HDGFDiagram(DirectoryNode dir) |
|
HDGFDiagram(DirectoryNode dir,
POIFSFileSystem fs) |
Deprecated.
Use
HDGFDiagram(DirectoryNode) instead |
HDGFDiagram(NPOIFSFileSystem fs) |
|
HDGFDiagram(POIFSFileSystem fs) |
Modifier and Type | Method | Description |
---|---|---|
void |
debug() |
Prints out some simple debug on the base contents of the file.
|
long |
getDocumentSize() |
|
Stream[] |
getTopLevelStreams() |
Returns all the top level streams, which are the streams
pointed to by the TrailerStream.
|
TrailerStream |
getTrailerStream() |
Returns the TrailerStream, which is at the root of the
tree of Streams.
|
static void |
main(java.lang.String[] args) |
For testing only
|
void |
write(java.io.OutputStream out) |
Writes the document out to the specified output stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copyNodeRecursively, copyNodes, copyNodes, createInformationProperties, getDocumentSummaryInformation, getPropertySet, getSummaryInformation, readProperties, writeProperties, writeProperties, writePropertySet
public HDGFDiagram(POIFSFileSystem fs) throws java.io.IOException
java.io.IOException
public HDGFDiagram(NPOIFSFileSystem fs) throws java.io.IOException
java.io.IOException
@Deprecated public HDGFDiagram(DirectoryNode dir, POIFSFileSystem fs) throws java.io.IOException
HDGFDiagram(DirectoryNode)
insteadjava.io.IOException
public HDGFDiagram(DirectoryNode dir) throws java.io.IOException
java.io.IOException
public TrailerStream getTrailerStream()
public Stream[] getTopLevelStreams()
public long getDocumentSize()
public void debug()
VSDDumper
public void write(java.io.OutputStream out)
POIDocument
write
in class POIDocument
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.