Searched refs:calculateBase64Md5 (Results 1 – 5 of 5) sorted by relevance
1092 public static String calculateBase64Md5(File file) throws IOException { in calculateBase64Md5() method in FileUtil1094 return StreamUtil.calculateBase64Md5(inputSource); in calculateBase64Md5()
431 public static String calculateBase64Md5(InputStream inputSource) throws IOException { in calculateBase64Md5() method in StreamUtil
172 String actualBase64Md5 = StreamUtil.calculateBase64Md5(inputSource); in testCalculateBase64Md5()
362 String actualBase64Md5 = FileUtil.calculateBase64Md5(tmpFile); in testCalculateBase64Md5()
143 return remoteFile.getMd5Hash().equals(FileUtil.calculateBase64Md5(localFile)); in isFileFresh()