RFR: 8306483: (ch) Channels.newReader(ReadableByteChannel, Charset) refers to csName [v2]

Alan Bateman alanb at openjdk.org
Thu Apr 20 15:25:44 UTC 2023


On Thu, 20 Apr 2023 15:09:50 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> In the specification of `Channels.newReader(ReadableByteChannel,Charset)`, change `Charset.forName(csName).newDecoder()` to `charset.newDecoder()`.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8306483: Same change for newWriter(WBC,Charset)

Marked as reviewed by alanb (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/13547#pullrequestreview-1394252423


More information about the nio-dev mailing list