-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 21, 22
-
b27
-
generic
-
generic
-
Verified
The internal array of bytes in ByteArrayInputStream should be passed to the OutputStream parameter of ByteArrayInputStream.transferTo(OutputStream) only if the latter is in the package java.io.
- relates to
-
JDK-8180451 ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo
- Resolved
-
JDK-8320971 Use BufferedInputStream.buf directly when param of implTransferTo() is trusted
- Resolved
-
JDK-8321271 Add OutputStream.write(ByteBuffer)
- New