org.tranche.tasks
Class CSVReader

java.lang.Object
  extended by org.tranche.tasks.CSVReader

public class CSVReader
extends java.lang.Object

Used to read in a CSV file.

Author:
Bryan Smith - bryanesmith@gmail.com

Constructor Summary
CSVReader(java.io.File file)
           
 
Method Summary
 CSVFile read()
          Executes the read.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVReader

public CSVReader(java.io.File file)
Parameters:
file - the file received
Method Detail

read

public CSVFile read()
             throws java.lang.Exception

Executes the read.

Returns:
The new file
Throws:
java.lang.Exception - if any exception occurs


This code is free for use both commercially and non-commercially as stated in the project's license