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


Variable Index

 o BytesComplete
 o BytesWritten

Constructor Index

 o FileCopy(File, File)
Copy a file with File objects.
 o FileCopy(String, String)
Copy a file with String objects.

Variables

 o BytesComplete
  public int BytesComplete
 o BytesWritten
  public int BytesWritten

Constructors

 o FileCopy
  public FileCopy(File aSource,
                  File aTarget) throws IOException
Copy a file with File objects.

See Also:
File
 o 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