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