RFR: 6924219: (fc spec) FileChannel.write(ByteBuffer, position) behavior when file opened for append not specified [v2]
Alan Bateman
alanb at openjdk.org
Sun Oct 16 13:30:10 UTC 2022
On Fri, 14 Oct 2022 18:13:06 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Add some verbiage stating that the outcome of invoking the absolute write method `java.nio.channels.write(ByteBuffer,long)` is unspecified when the channel was opened with the `APPEND` option present.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 6924219: Replaced "absolute write" verbiage
Marked as reviewed by alanb (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/10707
More information about the nio-dev
mailing list