public final class HDGFDiagram extends POIDocument
directory
Constructor and Description |
---|
HDGFDiagram(DirectoryNode dir) |
HDGFDiagram(DirectoryNode dir,
POIFSFileSystem fs)
Deprecated.
Use
HDGFDiagram(DirectoryNode) instead |
HDGFDiagram(NPOIFSFileSystem fs) |
HDGFDiagram(POIFSFileSystem fs) |
Modifier and Type | Method and 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(String[] args)
For testing only
|
void |
write(OutputStream out)
Writes the document out to the specified output stream
|
copyNodeRecursively, copyNodes, copyNodes, createInformationProperties, getDocumentSummaryInformation, getPropertySet, getSummaryInformation, readProperties, writeProperties, writeProperties, writePropertySet
public HDGFDiagram(POIFSFileSystem fs) throws IOException
IOException
public HDGFDiagram(NPOIFSFileSystem fs) throws IOException
IOException
@Deprecated public HDGFDiagram(DirectoryNode dir, POIFSFileSystem fs) throws IOException
HDGFDiagram(DirectoryNode)
insteadIOException
public HDGFDiagram(DirectoryNode dir) throws IOException
IOException
public TrailerStream getTrailerStream()
public Stream[] getTopLevelStreams()
public long getDocumentSize()
public void debug()
VSDDumper
public void write(OutputStream out)
POIDocument
write
in class POIDocument
Copyright © 2020. All rights reserved.