Generated by
JDiff

Class java.util.zip.DeflaterOutputStream

Documentation changed from old to new.

Changed Constructors
DeflaterOutputStream(OutputStream) Documentation changed from old to new.
Creates a new output stream with a defaul compressor and buffer size.
DeflaterOutputStream(OutputStream, Deflater, int) Documentation changed from old to new.
Creates a new output stream with the specified compressor and buffer size.
 

Changed Methods
void deflate() Documentation changed from old to new.
Writes next block of compressed data to the output stream.
void write(byte[], int, int) Documentation changed from old to new.
Writes an array of bytes to the compressed output stream.