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