@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 © 2017 Apache Software Foundation. All rights reserved.