RFR: 8292937: Improve performance of some read operations of RandomAccessFile

Сергей Цыпанов duke at openjdk.org
Thu Aug 25 19:13:45 UTC 2022


On Thu, 25 Aug 2022 17:58:05 GMT, Quan Anh Mai <duke at openjdk.org> wrote:

> Maybe you can modify the read0 method to receive a width parameter additionally.

@merykitty sorry, I don't get it. We already have `readBytes0()` returning array. Why do we need to add a new param to `read0`?

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

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


More information about the core-libs-dev mailing list