Interface SharedCacheChecksum


@Public @Evolving public interface SharedCacheChecksum
  • Method Summary

    Modifier and Type
    Method
    Description
    Calculate the checksum of the passed input stream.
  • Method Details

    • computeChecksum

      String computeChecksum(InputStream in) throws IOException
      Calculate the checksum of the passed input stream.
      Parameters:
      in - InputStream to be checksumed
      Returns:
      the message digest of the input stream
      Throws:
      IOException - io error occur.