Re: RFR: 8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array [v4]

2020-12-16 Thread Stuart Marks
On Wed, 16 Dec 2020 17:16:14 GMT, Brian Burkhalter wrote: >> Please review this small verbiage change to specify clearly the behavior of >> `Reader::read(char[] cbuf)` when the length of `cbuf` is zero, and that of >> `Reader::read(char[] cbuf, int off, int len)` when `len` is zero. > > Brian

Re: RFR: 8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array [v4]

2020-12-16 Thread Roger Riggs
On Wed, 16 Dec 2020 17:16:14 GMT, Brian Burkhalter wrote: >> Please review this small verbiage change to specify clearly the behavior of >> `Reader::read(char[] cbuf)` when the length of `cbuf` is zero, and that of >> `Reader::read(char[] cbuf, int off, int len)` when `len` is zero. > > Brian

Re: RFR: 8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array [v4]

2020-12-16 Thread Brian Burkhalter
> Please review this small verbiage change to specify clearly the behavior of > `Reader::read(char[] cbuf)` when the length of `cbuf` is zero, and that of > `Reader::read(char[] cbuf, int off, int len)` when `len` is zero. Brian Burkhalter has updated the pull request incrementally with one