| Package | Description |
|---|---|
| htsjdk.samtools.cram.digest |
| Modifier and Type | Field and Description |
|---|---|
static java.util.EnumSet<ContentDigests.KNOWN_DIGESTS> |
ContentDigests.ALL |
static java.util.EnumSet<ContentDigests.KNOWN_DIGESTS> |
ContentDigests.CRC32 |
| Modifier and Type | Method and Description |
|---|---|
static ContentDigests.KNOWN_DIGESTS |
ContentDigests.KNOWN_DIGESTS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentDigests.KNOWN_DIGESTS[] |
ContentDigests.KNOWN_DIGESTS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentDigests |
ContentDigests.create(java.util.EnumSet<ContentDigests.KNOWN_DIGESTS> requestedDigests) |