Class RMPDFShell


  • public class RMPDFShell
    extends java.lang.Object
    A test program for the parser.
    • Constructor Summary

      Constructors 
      Constructor Description
      RMPDFShell()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dumpAll​(PDFFile aFile, int max)  
      static void main​(java.lang.String[] args)  
      static PDFFile readFile​(java.io.File file)
      Convenience method to load a new PDFFile from a java.io.File
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RMPDFShell

        public RMPDFShell()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • readFile

        public static PDFFile readFile​(java.io.File file)
                                throws java.io.IOException
        Convenience method to load a new PDFFile from a java.io.File
        Throws:
        java.io.IOException