ZipGtfsFeedWriter

constructor(outputFile: Path, compressionLevel: Int = Deflater.BEST_COMPRESSION)

Parameters

outputFile

Path to the GTFS file

compressionLevel

Compression level to be used, see java.util.zip.Deflater for possible values


constructor(outputStream: OutputStream, compressionLevel: Int = Deflater.BEST_COMPRESSION)

Parameters

outputStream

Output stream where the GTFS zip will be written

compressionLevel

Compression level to be used, see java.util.zip.Deflater for possible values