Class CRC32


  • public final class CRC32
    extends java.lang.Object
    • Constructor Detail

      • CRC32

        public CRC32()
    • Method Detail

      • 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()