Class CRC32C


  • public class CRC32C
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long[] CONSTANTS  
      private long value  
    • Constructor Summary

      Constructors 
      Constructor Description
      CRC32C()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getValue()  
      void update​(byte[] bytes)  
      void updateWord​(byte[] bytes, boolean reverse)  
      • Methods inherited from class java.lang.Object

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

      • CONSTANTS

        private static final long[] CONSTANTS
      • value

        private long value
    • Constructor Detail

      • CRC32C

        public CRC32C()
    • Method Detail

      • update

        public void update​(byte[] bytes)
      • updateWord

        public void updateWord​(byte[] bytes,
                               boolean reverse)
      • getValue

        public long getValue()