Class AbstractMatsimWriter

    • Field Detail

      • useCompression

        protected Boolean useCompression
        Whether or not the output is gzip-compressed. If null, the usage of compression is decided by the filename (whether it ends with .gz or not).
    • Method Detail

      • useCompression

        public final void useCompression​(boolean useCompression)
        Sets whether the file should be gzip-compressed or not. Must be set before the file is opened for writing. If not set explicitly, the usage of compression is defined by the ending of the filename.
        Parameters:
        useCompression -