Class ParallaxProcessor


  • public class ParallaxProcessor
    extends java.lang.Object
    This class processes all the entries in an input file and stores the results in an output file. There should be several input and output formats. The current implementation is a single input format hardcoded for testing.
    Author:
    eutrilla
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • ParallaxProcessor

        public ParallaxProcessor()
    • Method Detail

      • run

        public void run()
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException