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