Integrated: JDK-8292427: Improve specification of InflaterInputStream.fill()

Lance Andersen lancea at openjdk.org
Thu Nov 3 17:05:08 UTC 2022


On Wed, 2 Nov 2022 12:37:26 GMT, Lance Andersen <lancea at openjdk.org> wrote:

> Hi all,
> 
> This PR will update the javadoc to clarify the existing behavior of InflaterInputStream::fill as it currently omits the possibility that a EOFException may be thrown and that the protected `len` field is also updated by this method.

This pull request has now been integrated.

Changeset: 72f74df4
Author:    Lance Andersen <lancea at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/72f74df49afc4ce31bf0d696b603610a991da094
Stats:     7 lines in 1 file changed: 6 ins; 0 del; 1 mod

8292427: Improve specification of InflaterInputStream.fill()

Reviewed-by: bpb, alanb, simonis

-------------

PR: https://git.openjdk.org/jdk/pull/10945


More information about the core-libs-dev mailing list