util
Class FileCopy

java.lang.Object
  extended by util.FileCopy

public class FileCopy
extends java.lang.Object


Constructor Summary
FileCopy()
           
 
Method Summary
static void copyFile(java.io.File in, java.io.File out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCopy

public FileCopy()
Method Detail

copyFile

public static void copyFile(java.io.File in,
                            java.io.File out)
                     throws java.io.IOException
Throws:
java.io.IOException