Package org.honton.chas.exists
Class CheckSum
java.lang.Object
org.honton.chas.exists.CheckSum
Calculate digest for a file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChecksum(Path path) byte[]getChecksumBytes(Path path) voidwriteChecksum(Path path)
-
Constructor Details
-
CheckSum
- Throws:
NoSuchAlgorithmException
-
-
Method Details
-
getChecksumBytes
- Throws:
IOException
-
getChecksum
- Throws:
IOException
-
writeChecksum
- Throws:
IOException
-