public static class CalendarDate.Writer extends Entity.Writer<CalendarDate>
feed, row, tableName, writer| Modifier and Type | Method and Description |
|---|---|
protected Iterator<CalendarDate> |
iterator()
Get an iterator over objects of this type.
|
protected void |
writeHeaders()
Write the CSV header.
|
protected void |
writeOneRow(CalendarDate d)
Write one row of the CSV from the passed-in object.
|
convertToGtfsTime, endRecord, writeDateField, writeDoubleField, writeIntField, writeStringField, writeTable, writeTimeField, writeUrlFieldpublic Writer(GTFSFeed feed)
protected void writeHeaders()
throws IOException
Entity.WriterwriteHeaders in class Entity.Writer<CalendarDate>IOExceptionprotected void writeOneRow(CalendarDate d) throws IOException
Entity.WriterwriteOneRow in class Entity.Writer<CalendarDate>IOExceptionprotected Iterator<CalendarDate> iterator()
Entity.Writeriterator in class Entity.Writer<CalendarDate>Copyright © 2019. All rights reserved.