Class CRC64


  • public class CRC64
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CRC64()  
    • Method Summary

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

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

      • CRC64

        public CRC64()
    • Method Detail

      • update

        public void update​(byte[] buf,
                           int off,
                           int len)
      • finish

        public long finish()