public class DeflaterOutputStream
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

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