com.jeffpalm.util
Class CSVReader

java.lang.Object
  extended by com.jeffpalm.util.CSVReader

public class CSVReader
extends java.lang.Object


Nested Class Summary
static class CSVReader.Thing
           
 
Constructor Summary
CSVReader()
           
 
Method Summary
 CSVReader.Thing[] read(java.io.File file)
           
 CSVReader.Thing[] read(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVReader

public CSVReader()
Method Detail

read

public CSVReader.Thing[] read(java.lang.String fileName)
                       throws java.lang.Exception
Throws:
java.lang.Exception

read

public CSVReader.Thing[] read(java.io.File file)
                       throws java.lang.Exception
Throws:
java.lang.Exception