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