Package com.csvreader
Class CsvReader
java.lang.Object
com.csvreader.CsvReader
Replaces com.csvreader.CsvReader from javacsv with an implementation which uses CSVReader from opencsv.
By excluding javacsv jar and providing this class with the same full qualified name and same API as a supplement we are able to use opencsv instead without touching the code of graphhopper-reader-gtfs. Therefore, even though the IDE thinks this class is unused, it is actually used by graphhopper-reader-gtfs.
By excluding javacsv jar and providing this class with the same full qualified name and same API as a supplement we are able to use opencsv instead without touching the code of graphhopper-reader-gtfs. Therefore, even though the IDE thinks this class is unused, it is actually used by graphhopper-reader-gtfs.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CsvReader
-
CsvReader
-
CsvReader
-
-
Method Details
-
readRecord
public boolean readRecord() -
readHeaders
public boolean readHeaders() -
setHeaders
-
get
-