util
Class AsciiReader.InsertColumn

java.lang.Object
  extended by util.AsciiReader.InsertColumn
Enclosing class:
AsciiReader

public static class AsciiReader.InsertColumn
extends Object

Reads a block file and adds a column to the data. The new ascii block is printed tot standard out.


Constructor Summary
AsciiReader.InsertColumn()
           
 
Method Summary
static void main(String[] arg)
          First command line argument is the ascii-file, then the column number after which a new column should be inserted follows.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsciiReader.InsertColumn

public AsciiReader.InsertColumn()
Method Detail

main

public static void main(String[] arg)
First command line argument is the ascii-file, then the column number after which a new column should be inserted follows. If a third argument is given, this value is entered as the new column value, otherwies 0.0 is added.