RFR: 8297632: InputStream.transferTo() method should specify what the return value should be when the number of bytes transfered is larger than Long.MAX_VALUE [v3]

Brian Burkhalter bpb at openjdk.org
Wed Nov 30 17:35:48 UTC 2022


On Wed, 30 Nov 2022 16:26:59 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> Can you check ZipInputStream.transferTo?

That implementation just calls the overridden method, but the single sentence added to the `InputStream::transferTo` javadoc should probably be inserted here as well. Do you concur?

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

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


More information about the core-libs-dev mailing list