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