RFR: 8326096: Deprecate getTotalIn, getTotalOut methods of java.util.zip.Inflater, java.util.zip.Deflater [v4]
Alan Bateman
alanb at openjdk.org
Mon Feb 26 19:56:44 UTC 2024
On Mon, 26 Feb 2024 15:04:01 GMT, Eirik Bjørsnøs <eirbjo at openjdk.org> wrote:
> I'm wondering if the somewhat tedious "number of compressed bytes input so far" could be further simplified. Besides being a long repetition from the leading sentence, when used in this sentence, we actually mean to refer to the "actual, correct, real value", potentially different from the return value.
The end of the sentence could be reduced to "and therefore cannot return the correct value when it is greater than {@link Integer#MAX_VALUE}" and it would be a bit shorter.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17919#issuecomment-1965139940
More information about the core-libs-dev
mailing list