This class implements an output stream filter for compressing data in the "deflate" compression format. It is also used as the basis for other types of compression filters, such as GZIPOutputStream.
extends FilterOutputStream
See also: Deflater
Since: 1.1