Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8193842

Replace Files.copy(InputStream,OutputStream) with InputStream.transferTo(OutputStream)

XMLWordPrintable

    • b01
    • Not verified

      The private method java.nio.file.Files.copy(InputStream,OutputStream) duplicates functionality added to the public API as InputStream.transferTo(OutputStream) in JDK 9. This private method may thus be removed.

            bpb Brian Burkhalter
            bpb Brian Burkhalter
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: