RFR 8193842: Replace Files.copy(InputStream, OutputStream) with InputStream.transferTo(OutputStream)
Brian Burkhalter
brian.burkhalter at oracle.com
Tue Dec 19 22:52:17 UTC 2017
https://bugs.openjdk.java.net/browse/JDK-8193842
http://cr.openjdk.java.net/~bpb/8193842/webrev.00/
Replace the private static method cop(InputStream,OutputStream) with recently added public APIs.
Thanks,
Brian
More information about the nio-dev
mailing list