-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b13
-
generic
-
generic
This is a request to cleanup the code in the "java.desktop" module and uses the new handy methods added to the "java.io.InputStream/java.nio.file.Files" instead of manual stream copy:
The new methods are:
java.io.InputStream#readAllBytes
java.io.InputStream#transferTo
java.nio.file.Files#copy
The new methods are:
java.io.InputStream#readAllBytes
java.io.InputStream#transferTo
java.nio.file.Files#copy