Class PPTXMLDump


  • public final class PPTXMLDump
    extends Object
    Utility class which dumps raw contents of a ppt file into XML format
    • Method Detail

      • dump

        public void dump​(Writer outWriter)
                  throws IOException
        Dump the structure of the supplied PPT file into XML
        Parameters:
        outWriter - Writer to write out
        Throws:
        IOException
      • dump

        public void dump​(byte[] data,
                         int offset,
                         int length,
                         int padding)
                  throws IOException
        Dump a part of the document stream into XML
        Parameters:
        data - PPT binary data
        offset - offset from the beginning of the document
        length - of the document
        padding - used for formatting results
        Throws:
        IOException
      • dumpPictures

        public void dumpPictures​(byte[] data,
                                 int padding)
                          throws IOException
        Dumps the Pictures OLE stream into XML.
        Parameters:
        data - from the Pictures OLE data stream
        padding -
        Throws:
        IOException