public class GtfsRoutesWriter extends CsvWriterBase
| Constructor and Description |
|---|
GtfsRoutesWriter(java.lang.String fileName)
Creates file writer and writes the header.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(GtfsRoute gtfsRoute)
Writes a GtfsStop to the file
|
closepublic GtfsRoutesWriter(java.lang.String fileName)
fileName - public void write(GtfsRoute gtfsRoute)
gtfsStop -