@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
- io error occur.Copyright © 2023 Apache Software Foundation. All rights reserved.