Documentation of 'org.apache.commons.compress.compressors.lz4.XXHash32' Java class
XXHash32
org.apache.commons.compress.compressors.lz4

Class XXHash32

  • All Implemented Interfaces:
    java.util.zip.Checksum


    public class XXHash32
    extends java.lang.Object
    implements java.util.zip.Checksum
    Implementation of the xxhash32 hash algorithm.
    Since:
    1.14
    See Also:
    xxHash
    • Constructor Summary

      Constructors 
      Constructor and Description
      XXHash32()
      Creates an XXHash32 instance with a seed of 0.
      XXHash32(int seed)
      Creates an XXHash32 instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      long getValue() 
      void reset() 
      void update(byte[] b, int off, int len) 
      void update(int b) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XXHash32

        public XXHash32()
        Creates an XXHash32 instance with a seed of 0.
      • XXHash32

        public XXHash32(int seed)
        Creates an XXHash32 instance.
        Parameters:
        seed - the seed to use
    • Method Detail

      • reset

        public void reset()
        Specified by:
        reset in interface java.util.zip.Checksum
      • update

        public void update(int b)
        Specified by:
        update in interface java.util.zip.Checksum
      • update

        public void update(byte[] b,
                           int off,
                           int len)
        Specified by:
        update in interface java.util.zip.Checksum
      • getValue

        public long getValue()
        Specified by:
        getValue in interface java.util.zip.Checksum

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.