See the comments here https://bugs.openjdk.java.net/browse/JDK-8180410
/Michael ________________________________ From: core-libs-dev <[email protected]> on behalf of Christian Ullenboom <[email protected]> Sent: 11 September 2018 01:18:42 To: [email protected] Subject: ByteArrayOutputStream should not have a new writeBytes method in Java 11 1. There is write(byte[]) already 2. even if, it should not be byte b[] but byte[] b
