RFR: 4774868: (fc spec) Unclear spec for FileChannel.force [v2]

Alan Bateman alanb at openjdk.java.net
Tue Jan 25 17:25:11 UTC 2022


On Tue, 25 Jan 2022 17:21:52 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Add verbiage to `FileChannel.force()` indicating that if the FileChannel is derived from a FileOutputStream or a RandomAccessFile using `getChannel()`, then any modifications made to the channel's file by methods invoked on the parent object will also be forced.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   4774868: Tweak verbiage

Marked as reviewed by alanb (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/7207


More information about the nio-dev mailing list