cz.cuni.amis.pogamut.ut2004.ut2004testfw.utils
Class CsvReader

Package class diagram package CsvReader
java.lang.Object
  extended by java.io.Reader
      extended by java.io.BufferedReader
          extended by cz.cuni.amis.pogamut.ut2004.ut2004testfw.utils.CsvReader
All Implemented Interfaces:
Closeable, Readable

public class CsvReader
extends BufferedReader

Author:
tommasino

Nested Class Summary
 class CsvReader.CsvRow
           
 
Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
CsvReader(String filename, String delimeter)
           
 
Method Summary
 CsvReader.CsvRow readRow()
           
 
Methods inherited from class java.io.BufferedReader
close, mark, markSupported, read, read, readLine, ready, reset, skip
 
Methods inherited from class java.io.Reader
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsvReader

public CsvReader(String filename,
                 String delimeter)
          throws FileNotFoundException,
                 IOException
Parameters:
filename -
delimeter -
Throws:
FileNotFoundException
IOException
Method Detail

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.