CSVTokenizer 0.1 by abupon (Manabu Hashimoto)

CSVTokenizer is a kind of Java API similar to StringTokenizer in Core 
Java API. The superiorities over any other similar library out there are 
* compatibility with StringTokenizer Core API * supports not only comma 
but tab and space separated.

Project page : http://sourceforge.net/projects/csvtokenizer/

License : GNU Library or Lesser General Public License (LGPL)

This class is used in 
    src/jp/riken/brain/ni/samuraigraph/base/SGCSVTokenizer.java

