util
Class AsciiReader.BlockData
java.lang.Object
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.
|
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 |
AsciiReader.BlockData
public AsciiReader.BlockData()
main
public static void main(String[] arg)
- First command line argument is the ascii-file, then the
columns follow.