Class Crc32cHashFunction.Crc32cHasher

    • Field Detail

      • CRC_TABLE

        static final int[] CRC_TABLE
      • crc

        private int crc
    • Constructor Detail

      • Crc32cHasher

        Crc32cHasher()
    • Method Detail

      • hash

        public HashCode hash()
        Description copied from interface: Hasher
        Computes a hash code based on the data that have been provided to this hasher. The result is unspecified if this method is called more than once on the same instance.