Fastest way to copy files in Java

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 make so far?

21
задан Mato 23 October 2010 в 15:43
поделиться