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]

Lance Andersen lancea at openjdk.org
Wed Nov 30 18:10:22 UTC 2022


On Wed, 30 Nov 2022 17:33:17 GMT, Brian Burkhalter <bpb 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?

I believe that makes sense

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

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


More information about the core-libs-dev mailing list