public class GtfsStopTimesWriter extends CsvWriterBase
Since this is pretty simple not using a general CSV class to do the writing.
Constructor and Description |
---|
GtfsStopTimesWriter(java.lang.String fileName)
Creates file writer and writes the header.
|
Modifier and Type | Method and Description |
---|---|
void |
write(GtfsStopTime stopTime)
Writes a GtfsStopTime to the file
|
close
public GtfsStopTimesWriter(java.lang.String fileName)
fileName
- public void write(GtfsStopTime stopTime)
stopTime
-