Uses of Enum Class
org.duracloud.common.util.ChecksumUtil.Algorithm
Packages that use ChecksumUtil.Algorithm
-
Uses of ChecksumUtil.Algorithm in org.duracloud.common.util
Methods in org.duracloud.common.util that return ChecksumUtil.AlgorithmModifier and TypeMethodDescriptionstatic ChecksumUtil.AlgorithmChecksumUtil.Algorithm.fromString(String input) static ChecksumUtil.AlgorithmReturns the enum constant of this class with the specified name.static ChecksumUtil.Algorithm[]ChecksumUtil.Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.duracloud.common.util with parameters of type ChecksumUtil.AlgorithmModifier and TypeMethodDescriptionstatic DigestInputStreamChecksumUtil.wrapStream(InputStream inStream, ChecksumUtil.Algorithm algorithm) Wraps an InputStream with a DigestInputStream in order to compute a checksum as the stream is being read.Constructors in org.duracloud.common.util with parameters of type ChecksumUtil.Algorithm