Class HDGFDiagram

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public final class HDGFDiagram
    extends POIReadOnlyDocument
    See http://www.redferni.uklinux.net/visio/ http://www.gnome.ru/projects/docs/vsdocs.html http://www.gnome.ru/projects/docs/slide1.png http://www.gnome.ru/projects/docs/slide2.png
    • Constructor Detail

      • HDGFDiagram

        public HDGFDiagram​(POIFSFileSystem fs)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • HDGFDiagram

        public HDGFDiagram​(DirectoryNode dir)
                    throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getTrailerStream

        public TrailerStream getTrailerStream()
        Returns the TrailerStream, which is at the root of the tree of Streams.
        Returns:
        the TrailerStream
      • getTopLevelStreams

        public Stream[] getTopLevelStreams()
        Returns all the top level streams, which are the streams pointed to by the TrailerStream.
        Returns:
        the top level streams
      • getDocumentSize

        public long getDocumentSize()
      • debug

        public void debug()
        Prints out some simple debug on the base contents of the file.
        See Also:
        VSDDumper