10 Dec
2017
10 Dec
'17
8:34 a.m.
Sorry, missed that thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2017-December/050458.ht... -Patrick Am 09.12.2017 um 22:28 schrieb Patrick Reinhart:
Hi Brian,
All previous suggested changes have been made in
99 @Override 100 public int read(byte[] b, int off, int len) throws IOException { 101 Objects.checkFromIndexSize(off, len, b.length);
Should not be checked for a null byte buffer b here?
-Patrick