RFR: 8303260: (fc) FileChannel::transferFrom should support position > size() [v6]

Alan Bateman alanb at openjdk.org
Tue Apr 4 07:24:12 UTC 2023


On Mon, 3 Apr 2023 20:28:51 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Enhance `FileChannel::transferFrom` to extend the channel's file if `position > size()`. This is consistent with `FileChannel::write(ByteBuffer, long)`.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8303260: Correct previous doc update

Marked as reviewed by alanb (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/12797#pullrequestreview-1370351700


More information about the nio-dev mailing list