Uses of Class
org.duracloud.common.util.ChecksumUtil.Algorithm
-
Packages that use ChecksumUtil.Algorithm Package Description org.duracloud.common.util -
-
Uses of ChecksumUtil.Algorithm in org.duracloud.common.util
Methods in org.duracloud.common.util that return ChecksumUtil.Algorithm Modifier and Type Method Description static ChecksumUtil.AlgorithmChecksumUtil.Algorithm. fromString(String input)static ChecksumUtil.AlgorithmChecksumUtil.Algorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static ChecksumUtil.Algorithm[]ChecksumUtil.Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.common.util with parameters of type ChecksumUtil.Algorithm Modifier and Type Method Description static 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 Constructor Description ChecksumUtil(ChecksumUtil.Algorithm alg)
-