Class CRC32C

java.lang.Object
com.biglybt.core.util.CRC32C

public class CRC32C extends Object
  • Field Details

    • CONSTANTS

      private static final long[] CONSTANTS
    • value

      private long value
  • Constructor Details

    • CRC32C

      public CRC32C()
  • Method Details

    • update

      public void update(byte[] bytes)
    • updateWord

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

      public long getValue()