util
Class AsciiReader.InsertColumn
java.lang.Object
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.
|
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 |
AsciiReader.InsertColumn
public AsciiReader.InsertColumn()
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.