public class CSVInput
extends java.io.FileInputStream
Constructor and Description |
---|
CSVInput(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
CSVFile |
readCSVFile(java.lang.Character separator,
boolean hasHeader) |
public CSVInput(java.io.File file) throws java.io.FileNotFoundException
file
- java.io.FileNotFoundException
public CSVFile readCSVFile(java.lang.Character separator, boolean hasHeader) throws java.io.IOException
java.io.IOException