Package htsjdk.samtools.cram.digest
Class ContentDigests
- java.lang.Object
-
- htsjdk.samtools.cram.digest.ContentDigests
-
public final class ContentDigests extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContentDigests.KNOWN_DIGESTS
-
Field Summary
Fields Modifier and Type Field Description static EnumSet<ContentDigests.KNOWN_DIGESTS>
ALL
static EnumSet<ContentDigests.KNOWN_DIGESTS>
CRC32
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(CRAMCompressionRecord record)
static ContentDigests
create(SAMBinaryTagAndValue binaryTags)
static ContentDigests
create(EnumSet<ContentDigests.KNOWN_DIGESTS> requestedDigests)
SAMBinaryTagAndValue
getAsTags()
boolean
test(SAMBinaryTagAndValue tags)
-
-
-
Field Detail
-
ALL
public static final EnumSet<ContentDigests.KNOWN_DIGESTS> ALL
-
CRC32
public static final EnumSet<ContentDigests.KNOWN_DIGESTS> CRC32
-
-
Method Detail
-
create
public static ContentDigests create(EnumSet<ContentDigests.KNOWN_DIGESTS> requestedDigests)
-
create
public static ContentDigests create(SAMBinaryTagAndValue binaryTags)
-
add
public void add(CRAMCompressionRecord record)
-
getAsTags
public SAMBinaryTagAndValue getAsTags()
-
test
public boolean test(SAMBinaryTagAndValue tags)
-
-