21 Nov
2017
21 Nov
'17
8:30 p.m.
On Nov 21, 2017, at 9:21 AM, Brian Burkhalter <brian.burkhalter@oracle.com> wrote:
Looks good. How about updating the read method as well to use the bounds check method? (the len == 0 check makes sense there)?
Probably might as well expand it a little to see where else similar changes might be made.
Expanded to InputStream: http://cr.openjdk.java.net/~bpb/8191516/webrev.02/. The test java/io/InputStream/ReadParams verifies the changes to IS. Thanks, Brian