|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttte.util.FileUtils
public class FileUtils
Constructor Summary | |
---|---|
FileUtils()
|
Method Summary | |
---|---|
static boolean |
contentsEqual(java.io.File firstFile,
java.io.File secondFile)
Returns true if both input streams byte contents is
identical. |
static void |
copyFile(java.io.File sourceFile,
java.io.File targetFile)
Copy Files |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileUtils()
Method Detail |
---|
public static boolean contentsEqual(java.io.File firstFile, java.io.File secondFile) throws java.io.IOException
true
if both input streams byte contents is
identical.
input1
- first input to contents compareinput2
- second input to contents compare
true
if content is equal
java.io.IOException
public static void copyFile(java.io.File sourceFile, java.io.File targetFile) throws java.io.IOException
sourceFile
- targetFile
-
java.io.IOException
|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.