Class CRC32

java.lang.Object
com.jcraft.jzlib.CRC32
All Implemented Interfaces:
Checksum

public class CRC32 extends Object implements Checksum
  • Constructor Details

    • CRC32

      public CRC32()
  • Method Details

    • update

      public void update(byte[] buf, int index, int len)
      Specified by:
      update in interface Checksum
    • reset

      public void reset()
      Specified by:
      reset in interface Checksum
    • resetLong

      public void resetLong(long vv)
      Specified by:
      resetLong in interface Checksum
    • getValue

      public long getValue()
      Specified by:
      getValue in interface Checksum
    • updateByteAsInt

      public void updateByteAsInt(int b)
      Specified by:
      updateByteAsInt in interface Checksum