org.nees.util
Class CopyFile

java.lang.Object
  extended byorg.nees.util.CopyFile

public class CopyFile
extends java.lang.Object


Constructor Summary
CopyFile()
           
 
Method Summary
static void append(java.io.File in, java.io.File out)
           
static void copy(java.io.File in, java.io.File out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyFile

public CopyFile()
Method Detail

copy

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

append

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