util
Class AsciiReader.BlockData

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

public static class AsciiReader.BlockData
extends Object

Reads a block file and prints the desired columns to standard out.


Constructor Summary
AsciiReader.BlockData()
           
 
Method Summary
static void main(String[] arg)
          First command line argument is the ascii-file, then the columns follow.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsciiReader.BlockData

public AsciiReader.BlockData()
Method Detail

main

public static void main(String[] arg)
First command line argument is the ascii-file, then the columns follow.