cz.cuni.amis.pogamut.ut2004.ut2004testfw.utils
Class CsvReader
java.lang.Object
java.io.Reader
java.io.BufferedReader
cz.cuni.amis.pogamut.ut2004.ut2004testfw.utils.CsvReader
- All Implemented Interfaces:
- Closeable, Readable
public class CsvReader
- extends BufferedReader
- Author:
- tommasino
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CsvReader
public CsvReader(String filename,
String delimeter)
throws FileNotFoundException,
IOException
- Parameters:
filename - delimeter -
- Throws:
FileNotFoundException
IOException
readRow
public final CsvReader.CsvRow readRow()
throws IOException
- Returns:
-
- Throws:
IOException
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.