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