Package org.honton.chas.exists
Class CheckSum
java.lang.Object
org.honton.chas.exists.CheckSum
public class CheckSum extends Object
Calculate digest for a file.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description StringgetChecksum(File file)byte[]getChecksumBytes(File file)
-
Constructor Details
-
CheckSum
- Throws:
NoSuchAlgorithmException
-
-
Method Details
-
getChecksumBytes
- Throws:
IOException
-
getChecksum
- Throws:
IOException
-