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

Lance Andersen lancea at openjdk.org
Wed Nov 2 19:11:32 UTC 2022


> 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.

Lance Andersen has updated the pull request incrementally with one additional commit since the last revision:

  Change buffer to input buffer

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10945/files
  - new: https://git.openjdk.org/jdk/pull/10945/files/fa499b2d..0c31da70

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10945&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10945&range=02-03

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/10945.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10945/head:pull/10945

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


More information about the core-libs-dev mailing list