RFR: 8279283 - BufferedInputStream should override transferTo [v5]
Alan Bateman
alanb at openjdk.java.net
Thu Jan 6 13:23:09 UTC 2022
On Mon, 27 Dec 2021 13:43:12 GMT, Markus KARG <duke at openjdk.java.net> wrote:
>> Implementation of JDK-8279283
>
> Markus KARG has updated the pull request incrementally with one additional commit since the last revision:
>
> fixed missing BufferedInputStream
I think you'll need to look at the interaction with mark/reset. I don't think you can bypass the buffering when there is a mark set.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6935
More information about the core-libs-dev
mailing list