Constructor and Description |
---|
Compare() |
Modifier and Type | Method and Description |
---|---|
static boolean |
bufferCompare(BufferedReader in1,
BufferedReader in2,
String file1,
String file2) |
static boolean |
compare(String file1,
String file2) |
static boolean |
gzCompare(String file1,
String file2) |
static boolean |
gzFileCompare(String file1,
String file2) |
static boolean |
regularFileCompare(String file1,
String file2) |
static boolean |
zipFileCompare(String file1,
String file2) |
public Compare()
public static boolean compare(String file1, String file2) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public static boolean gzFileCompare(String file1, String file2) throws IOException
IOException
public static boolean zipFileCompare(String file1, String file2) throws IOException
IOException
public static boolean regularFileCompare(String file1, String file2) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public static boolean bufferCompare(BufferedReader in1, BufferedReader in2, String file1, String file2) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public static boolean gzCompare(String file1, String file2) throws FileNotFoundException, IOException
FileNotFoundException
IOException
Copyright © 2005–2018 QOS.ch. All rights reserved.