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

Lance Andersen lancea at openjdk.org
Wed Nov 2 18:51:01 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:

  Revise the javadoc around the len field

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10945/files
  - new: https://git.openjdk.org/jdk/pull/10945/files/9c860e96..9242df38

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

  Stats: 5 lines in 1 file changed: 3 ins; 2 del; 0 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