Class POIFSLister


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

      • POIFSLister

        public POIFSLister()
    • Method Detail

      • 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
      • displayDirectory

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