Interface TChecksum

All Known Implementing Classes:
TAdler32, TCRC32

public interface TChecksum
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
     
    void
    update​(byte[] buf, int off, int nbytes)
     
    void
    update​(int val)
     
  • Method Details

    • getValue

      long getValue()
    • reset

      void reset()
    • update

      void update(byte[] buf, int off, int nbytes)
    • update

      void update(int val)