Class XXHash32DigestAlgorithm

    • Constructor Detail

      • XXHash32DigestAlgorithm

        public XXHash32DigestAlgorithm()
    • Method Detail

      • calculateFileDigest

        public Digest calculateFileDigest​(java.nio.file.Path path)
                                   throws java.io.IOException
        Calculates the XXHash32Digest for the given file in the path.
        Specified by:
        calculateFileDigest in interface DigestAlgorithm
        Parameters:
        path - the path of the file
        Returns:
        the calculated digest for the given path
        Throws:
        java.io.IOException - when an error occurs while reading the file or calculating the digest