public class GtfsCalendarReader extends CsvBaseReader<GtfsCalendar>
Constructor and Description |
---|
GtfsCalendarReader(java.lang.String dirName) |
Modifier and Type | Method and Description |
---|---|
GtfsCalendar |
handleRecord(org.apache.commons.csv.CSVRecord record,
boolean supplemental)
Called for every record in file.
|
get, get, getFileName
public GtfsCalendar handleRecord(org.apache.commons.csv.CSVRecord record, boolean supplemental) throws java.text.ParseException
CsvBaseReader
java.text.ParseException