Class POIFSLister

java.lang.Object
org.apache.poi.poifs.dev.POIFSLister

public class POIFSLister extends Object
A lister of the entries in POIFS files. Much simpler than POIFSViewer
  • Constructor Details

    • POIFSLister

      public POIFSLister()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Display the entries of multiple POIFS files
      Parameters:
      args - the names of the files to be displayed
      Throws:
      IOException
    • viewFile

      public static void viewFile(String filename, boolean withSizes) throws IOException
      Throws:
      IOException
    • viewFileOld

      public static void viewFileOld(String filename, boolean withSizes) throws IOException
      Throws:
      IOException
    • displayDirectory

      public static void displayDirectory(DirectoryNode dir, String indent, boolean withSizes)