RFR: 6924219: (fc spec) FileChannel.write(ByteBuffer, position) behavior when file opened for append not specified [v2]

Brian Burkhalter bpb at openjdk.org
Fri Oct 14 18:13:06 UTC 2022


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10707/files
  - new: https://git.openjdk.org/jdk/pull/10707/files/ac9ba09e..16383bf6

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10707&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10707&range=00-01

  Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/10707.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10707/head:pull/10707

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


More information about the nio-dev mailing list