Class Crc32


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

      Constructors 
      Constructor Description
      Crc32()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHash()  
      void update​(byte[] data, int offset, int length)  
      • Methods inherited from class java.lang.Object

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

      • Crc32

        public Crc32()
    • Method Detail

      • update

        public void update​(byte[] data,
                           int offset,
                           int length)
      • getHash

        public int getHash()