Class CRC32

java.lang.Object
com.jcraft.jzlib.CRC32

public final class CRC32 extends Object
  • Constructor Details

    • CRC32

      public CRC32()
  • Method Details

    • update

      public void update(byte[] buf, int index, int len)
    • reset

      public void reset()
    • reset

      public void reset(long vv)
    • getValue

      public long getValue()
    • copy

      public CRC32 copy()
    • getCRC32Table

      public static int[] getCRC32Table()