Class FileHasherImpl
- java.lang.Object
-
- org.siouan.frontendgradleplugin.core.FileHasherImpl
-
public class FileHasherImpl extends java.lang.ObjectThis class resolves the hash of a file, using the SHA-256 algorithm, and an internal buffer of 8 KB.
-
-
Constructor Summary
Constructors Constructor Description FileHasherImpl()Builds a hasher using the SHA-256 algorithm.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringhash(java.nio.file.Path inputFile)
-