public class GtfsAgencyReader extends CsvBaseReader<GtfsAgency>
| Constructor and Description |
|---|
GtfsAgencyReader(java.lang.String dirName) |
| Modifier and Type | Method and Description |
|---|---|
GtfsAgency |
handleRecord(org.apache.commons.csv.CSVRecord record,
boolean supplemental)
Called for every record in file.
|
static java.lang.String |
readTimezoneString(java.lang.String gtfsDirectoryName)
A convenience method for reading the timezone from the GTFS agency.txt
file.
|
get, get, getFileNamepublic GtfsAgency handleRecord(org.apache.commons.csv.CSVRecord record, boolean supplemental) throws java.text.ParseException
CsvBaseReaderjava.text.ParseExceptionpublic static java.lang.String readTimezoneString(java.lang.String gtfsDirectoryName)
gtfsDirectoryName -