Package com.itextpdf.test.utils
Class FileUtil
java.lang.Object
com.itextpdf.test.utils.FileUtil
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FileUtil
public FileUtil()
-
-
Method Details
-
copy
Creates a copy of a file.- Parameters:
-
inputFile
- the path to the file to be copied -
outputFile
- the path, to which the passed file should be copied - Throws:
-
IOException
- signals that an I/O exception has occurred.
-