@InterfaceAudience.Public @InterfaceStability.Evolving public interface SharedCacheChecksum
Modifier and Type | Method and Description |
---|---|
String |
computeChecksum(InputStream in)
Calculate the checksum of the passed input stream.
|
String computeChecksum(InputStream in) throws IOException
in
- InputStream
to be checksumedIOException
Copyright © 2016 Apache Software Foundation. All rights reserved.