All Packages Class Hierarchy This Package Previous Next Index
Class fabula.io.FileCopy
java.lang.Object
|
+----fabula.io.FileCopy
- public class FileCopy
- extends Object
A class for copy files
-
BytesComplete
-
-
BytesWritten
-
-
FileCopy(File, File)
- Copy a file with File objects.
-
FileCopy(String, String)
- Copy a file with String objects.
BytesComplete
public int BytesComplete
BytesWritten
public int BytesWritten
FileCopy
public FileCopy(File aSource,
File aTarget) throws IOException
- Copy a file with File objects.
- See Also:
- File
FileCopy
public FileCopy(String aSource,
String aTarget) throws IOException
- Copy a file with String objects.
- See Also:
- File
All Packages Class Hierarchy This Package Previous Next Index