インタフェース Checksum

既知の実装クラスのリスト:
MessageDigestChecksum, ZipChecksum

public interface Checksum
MessageDigestのアルゴリズムも共通的に利用するために 参考:java.util.zip.Checksum
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
     
    void
     
    void
    update(byte[] b, int off, int len)
     
    void
    update(int b)
     
  • メソッドの詳細

    • update

      void update(int b)
    • update

      void update(byte[] b, int off, int len)
    • getValue

      String getValue()
    • reset

      void reset()