Class Checksum


  • public class Checksum
    extends java.lang.Object
    FNV-1A incremental checksum 32-bit.
    • Constructor Summary

      Constructors 
      Constructor Description
      Checksum()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get()
      Return hex unsigned 32-bit representation.
      Checksum update​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • Checksum

        public Checksum()
    • Method Detail

      • update

        public Checksum update​(java.lang.String s)
      • get

        public java.lang.String get()
        Return hex unsigned 32-bit representation.