Generated by
JDiff

Class java.util.zip.Inflater

Documentation changed from old to new.

Changed Methods
boolean finished() Documentation changed from old to new.
Return true if the end of the compressed data stream has been reached.
int getAdler() Documentation changed from old to new.
Returns the ADLER-32 value of the uncompressed data.
int getRemaining() Documentation changed from old to new.
Returns the total number of bytes remaining in the input buffer.
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 needsDictionary() Documentation changed from old to new.
Returns true if a preset dictionary is needed for decompression.
boolean needsInput() Documentation changed from old to new.
Returns true if no data remains in the input buffer.