What ist the fastest way to copy a big number of files in Java. So far I have used file streams and nio. Overall streams seem to be faster than nio. What experiences did you mak
Have java fork off an OS batch script that copies the files. Your code might have to write the batch script.