| java.lang.Object abbot.tester.FileComparator
FileComparator | public class FileComparator implements java.util.Comparator(Code) | | Compare two files or filenames. Original concept contributed by A. Smith
Montebello.
author: asmithmb version: 1.0 |
compare | public int compare(Object f1, Object f2)(Code) | | Read files into streams and call byte by byte comparison method
Parameters: f1 - First File or filename to compare. Parameters: f2 - Second File or filename to compare. |
equals | public boolean equals(Object obj)(Code) | | Comparators are equal if they're the same class.
|
|
|