util.apps
Class TextParser

java.lang.Object
  extended byutil.apps.TextParser

public class TextParser
extends java.lang.Object

For parsing a text file into a tab delimited file, working template.


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

Constructor Detail

TextParser

public TextParser()
Method Detail

main

public static void main(java.lang.String[] args)