| Package | Description |
|---|---|
| org.duracloud.common.util |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumUtil.Algorithm |
ChecksumUtil.Algorithm.fromString(String input) |
static ChecksumUtil.Algorithm |
ChecksumUtil.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.
|
| Modifier and Type | Method and Description |
|---|---|
static DigestInputStream |
ChecksumUtil.wrapStream(InputStream inStream,
ChecksumUtil.Algorithm algorithm)
Wraps an InputStream with a DigestInputStream in order to compute
a checksum as the stream is being read.
|
| Constructor and Description |
|---|
ChecksumUtil(ChecksumUtil.Algorithm alg) |
Copyright © 2009–2020 LYRASIS. All rights reserved.