cz.cuni.amis.pogamut.ut2004.tournament.dm.table.report
Class CSV

Package class diagram package CSV
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.tournament.dm.table.report.CSV

public class CSV
extends Object

Author:
Jimmy

Nested Class Summary
static class CSV.CSVRow
           
 
Field Summary
 List<String> keys
           
 List<CSV.CSVRow> rows
           
 
Constructor Summary
CSV(File file, String delimiter, boolean containsHeaderRow)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keys

public List<String> keys

rows

public List<CSV.CSVRow> rows
Constructor Detail

CSV

public CSV(File file,
           String delimiter,
           boolean containsHeaderRow)
    throws FileNotFoundException,
           IOException
Parameters:
filename -
delimiter -
Throws:
FileNotFoundException
IOException


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.