Package | Description |
---|---|
htsjdk.samtools.cram.digest |
Modifier and Type | Field and Description |
---|---|
static EnumSet<ContentDigests.KNOWN_DIGESTS> |
ContentDigests.ALL |
static EnumSet<ContentDigests.KNOWN_DIGESTS> |
ContentDigests.CRC32 |
Modifier and Type | Method and Description |
---|---|
static ContentDigests.KNOWN_DIGESTS |
ContentDigests.KNOWN_DIGESTS.valueOf(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(EnumSet<ContentDigests.KNOWN_DIGESTS> requestedDigests) |