Class POIFSDump

java.lang.Object
org.docx4j.org.apache.poi.poifs.dev.POIFSDump

public class POIFSDump
extends java.lang.Object
Dump internal structure of a OLE2 file into file system
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • getHeaderBlock

      protected static HeaderBlock getHeaderBlock​(NPOIFSFileSystem fs) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • getPropertyTable

      protected static NPropertyTable getPropertyTable​(NPOIFSFileSystem fs) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • dump

      public static void dump​(DirectoryEntry root, java.io.File parent) throws java.io.IOException
      Throws:
      java.io.IOException
    • dump

      public static void dump​(NPOIFSFileSystem fs, int startBlock, java.lang.String name, java.io.File parent) throws java.io.IOException
      Throws:
      java.io.IOException