package hashing
Type Members
-
trait
FileHasher extends AnyRef
A function to convert a Path to a hash code used to check if the file content is changed.
A function to convert a Path to a hash code used to check if the file content is changed. This is called by DirectoryWatcher after checking that the path exists and is not a directory. Therefore this hasher can generally assume that those two things are true.
By default, this hasher may throw an IOException, which will be treated as a
nullhash by the watcher, meaning the associated event will be ignored. If you want to handle that exception you can catch/rethrow it.- Annotations
- @FunctionalInterface()
-
class
HashCode extends AnyRef
A class representing the hash code of a file.
-
class
Murmur3F extends Checksum
Murmur3F (MurmurHash3_x64_128)