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

Brian Burkhalter bpb at openjdk.org
Wed Nov 2 15:44:31 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.

Looks fine.

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

Marked as reviewed by bpb (Reviewer).

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


More information about the core-libs-dev mailing list