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.

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

              Created:
              Updated:
              Resolved: