代码:
System.out.println(DigestUtils.md5Hex(new FileInputStream(new File("d:/test.txt"))));
依赖jar包:commons-codec-1.4.jar注:1.4以下不支持InputStream类型的参数。