Compress.this

Constructor.

  1. this(int level, HeaderFormat header)
    class Compress
  2. this(HeaderFormat header)

Parameters

level int

compression level. Legal values are 1 .. 9, with 1 being the least compression and 9 being the most. The default value is 6.

header HeaderFormat

sets the compression type to one of the options available in HeaderFormat. Defaults to HeaderFormat.deflate.

See Also

Meta