RFR: 8369854: (ch) Refine specification of behavior of {Gathering,Writable}ByteChannel.write [v2]
Alan Bateman
alanb at openjdk.org
Thu Oct 16 18:29:48 UTC 2025
On Thu, 16 Oct 2025 18:19:15 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Modify the specification of the `write` methods of `WritableByteChannel` and `GatheringByteChannel` in the `java.nio.channels` package to emphasize that each method invocation returns only the number of bytes written in that invocation and that `write` might have to be invoked more than once for all requested bytes to be written.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8369854: Address reviewer comments
Good
-------------
Marked as reviewed by alanb (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/27833#pullrequestreview-3346399903
More information about the nio-dev
mailing list