edu.uchsc.ccp.util.io
Class FileCopy

java.lang.Object
  extended by edu.uchsc.ccp.util.io.FileCopy

public class FileCopy
extends Object


Constructor Summary
FileCopy()
           
 
Method Summary
static void copyFile(File inputFile, File outputFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCopy

public FileCopy()
Method Detail

copyFile

public static void copyFile(File inputFile,
                            File outputFile)
                     throws IOException
Throws:
IOException