gtfs-library
0.2.2
jvm
gtfs-library
/
xyz.malkki.gtfs.serialization.writer
/
GtfsFeedWriter
/
writeAgencies
write
Agencies
fun
writeAgencies
(
agencies
:
Iterable
<
Agency
>
)
fun
writeAgencies
(
agencies
:
Stream
<
Agency
>
)
Writes agencies to the GTFS feed. If the file already exists, it will be overwritten
Parameters
agencies
Agencies
Throws
IOException