util
Class FormatCorrector

java.lang.Object
  extended by util.FormatCorrector

public class FormatCorrector
extends Object

A class to correct for wrong use of number formatter in first versions of file dump. Negative number did show up a leading '-+'.


Constructor Summary
FormatCorrector()
           
 
Method Summary
static void main(String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatCorrector

public FormatCorrector()
Method Detail

main

public static void main(String[] arg)
                 throws IOException
Throws:
IOException