Interface SharedCacheChecksum
@Public
@Evolving
public interface SharedCacheChecksum
-
Method Summary
Modifier and TypeMethodDescriptionCalculate the checksum of the passed input stream.
-
Method Details
-
computeChecksum
Calculate the checksum of the passed input stream.- Parameters:
in-InputStreamto be checksumed- Returns:
- the message digest of the input stream
- Throws:
IOException- io error occur.
-