Updating existing JDK code to use InputStream.transferTo() (jdk) (original) (raw)
Pavel Rappo pavel.rappo at oracle.com
Wed May 13 16:19:11 UTC 2015
- Previous message: Updating existing JDK code to use InputStream.transferTo() (jdk)
- Next message: Updating existing JDK code to use InputStream.transferTo() (jdk)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you have time it might be useful to have a look for places to retrofit with
java.nio.file.Files This class provides lots of useful tools which cover many
usecases. Especially take a look at copy
methods. Thanks!
-Pavel
On 12 May 2015, at 23:10, Patrick Reinhart <patrick at reini.net> wrote:
Hi Pavel, Is there anything I can do in the meantime? Unfortunately I do not have no account on cr.openjdk.java.net, so I need to paste the patch to the mailing list directly. Cheers Patrick
- Previous message: Updating existing JDK code to use InputStream.transferTo() (jdk)
- Next message: Updating existing JDK code to use InputStream.transferTo() (jdk)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]