commit | d38edfcfac60602940080a521800c0f5227d47d7 | [log] [tgz] |
---|---|---|
author | Jorrit Jongma <jorrit@jongma.org> | Mon Mar 18 11:28:37 2013 +0100 |
committer | Elliott Hughes <enh@google.com> | Mon Mar 18 14:23:46 2013 -0700 |
tree | bd7a73fe7d00038070c631039c165a16d21553d3 | |
parent | 17f43736c471947fcec58d9035a47190ec062884 [diff] |
Improve java.util.zip compression level documentation. The level parameter (constructors, setLevel, etc) can be [-1..9], but the docs incorrectly stated [-1..8] and [0..9]. Explain fully what compression level means in the Deflater class documentation and point everything else to that canonical source. Change-Id: I4b76965d88f0fd0f383bb15a5259a5fa5d81f2b1 Signed-off-by: Jorrit Jongma <jorrit@jongma.org>