Package-level declarations
Contains classes used for writing GTFS feeds
Types
Link copied to clipboard
Writes uncompressed files containing the GTFS feed to the specified directory
Link copied to clipboard
Base class for GTFS writers. This class implements writing GTFS data to CSV format, which subclasses of this class write to output streams
Link copied to clipboard
class ZipGtfsFeedWriter @JvmOverloads constructor( outputStream: OutputStream, compressionLevel: Int = Deflater.BEST_COMPRESSION) : GtfsFeedWriter
Writes the GTFS feed to a ZIP archive.