|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.tasks.CSVReader
public class CSVReader
Used to read in a CSV file.
| 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 |
|---|
public CSVReader(java.io.File file)
file - the file received| Method Detail |
|---|
public CSVFile read()
throws java.lang.Exception
Executes the read.
java.lang.Exception - if any exception occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||