RFR: 8029370: (fc) FileChannel javadoc not clear for cases where position == size

Alan Bateman alanb at openjdk.org
Sat Feb 25 08:38:03 UTC 2023


On Fri, 24 Feb 2023 16:47:07 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> `transferFrom` does not need `or equal to`:

You're right, I forgot thaht transferFrom goes not grow the file like write(src, position), something that might want to re-visited some time.

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

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


More information about the nio-dev mailing list