Interface Checksum

All Known Implementing Classes:
Adler32, CRC32

interface Checksum
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
     
    void
     
    void
    reset(long init)
     
    void
    update(byte[] buf, int index, int len)
     
  • Method Details

    • update

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

      void reset()
    • reset

      void reset(long init)
    • getValue

      long getValue()
    • copy

      Checksum copy()