This is a wrapper class for the Deflater class. This algorithm supports the following options:
- l or level: -1 (default), 0 (no compression), 1 (best speed), ..., 9 (best compression)
- s or strategy: 0 (default), 1 (filtered), 2 (huffman only)
See also java.util.zip.Deflater for details.