Use more efficient copy method, show percentage while copying
- Use more efficient copy method. (Use
Files.copy
instead ofFileChannel.transferTo
) - Show percentage while copying, like
(83.3%) finished. Still copying.
.
Files.copy
instead of FileChannel.transferTo
)(83.3%) finished. Still copying.
.