RFR: 7132279: (ch) SeekableByteChannel operation may throw Non{Readable,Writable}ChannelException

Jaikiran Pai jpai at openjdk.org
Tue Nov 15 06:12:59 UTC 2022


On Mon, 14 Nov 2022 19:19:24 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Fix the specifications of the `read` and `write` methods in `SeekableByteChannel` and `FileChannel` to indicate that a `NonReadableChannelException` or `NonWritableChannelException`, respectively.

Marked as reviewed by jpai (Reviewer).

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

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


More information about the nio-dev mailing list