|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.wpi.cs.dsrg.utils.FileCopy
This class is Used to do a file copy.
Constructor Summary | |
FileCopy()
|
Method Summary | |
static void |
copy(java.lang.String fileinput,
java.lang.String fileoutput,
boolean overwrite)
Copy source file into the destination file. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FileCopy()
Method Detail |
public static void copy(java.lang.String fileinput, java.lang.String fileoutput, boolean overwrite)
fileinput
- Input file name.fileoutput
- Output file name.overwrite
- True to overwrite the outputfile, otherwise don't overwrite.public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |