[Yanel-dev] copyFile() method

Michael Wechner michael.wechner at wyona.com
Wed Oct 1 22:15:30 CEST 2008


Hi

Has anyone an idea why the copyFile() method within

src/java/org/wyona/commons/io/FileUtil.java

is requiring byte[] buffer as an argument and doesn't provide that by 
itself (I mean within the method), which should simplify the usage
quite a bit, so

copyFile(File src, File dest)

instead

copyFile(File src, File dest, byte[] buffer)

?

Thanks

Michi


More information about the Yanel-development mailing list