Interface Checksum

  • All Known Implementing Classes:
    Adler32, CRC32

    interface Checksum
    • Method Detail

      • update

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

        void reset()
      • reset

        void reset​(long init)
      • getValue

        long getValue()