public class FileComparator extends Object
| Constructor and Description |
|---|
FileComparator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareFiles(File file1,
File file2)
Compares the content of two files.
|
public boolean compareFiles(File file1, File file2) throws IOException
file1 - first file to comparefile2 - second file to compareIOExceptionIOExceptionCopyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.