ByteArrayOutputStream should not have a new writeBytes method in Java 11

Christian Ullenboom ullenboom at gmail.com
Mon Sep 10 22:18:42 UTC 2018


1. There is write(byte[]) already
2. even if, it should not be byte b[] but byte[] b


More information about the core-libs-dev mailing list