Generated by
JDiff

Class java.util.zip.Deflater

Documentation changed from old to new.

Changed Methods
boolean finished() Documentation changed from old to new.
Returns true if the end of the compressed data output stream has been reached.
int getAdler() Documentation changed from old to new.
Returns the ADLER-32 value of the uncompressed data.
int getTotalIn() Documentation changed from old to new.
Returns the total number of bytes input so far.
int getTotalOut() Documentation changed from old to new.
Returns the total number of bytes output so far.
boolean needsInput() Documentation changed from old to new.
Returns true if the input data buffer is empty and setInput() should be called in order to provide more input.