Package htsjdk.samtools.cram.digest
Class ContentDigests
java.lang.Object
htsjdk.samtools.cram.digest.ContentDigests
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EnumSet<ContentDigests.KNOWN_DIGESTS> static final EnumSet<ContentDigests.KNOWN_DIGESTS> -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(CRAMCompressionRecord record) static ContentDigestscreate(SAMBinaryTagAndValue binaryTags) static ContentDigestscreate(EnumSet<ContentDigests.KNOWN_DIGESTS> requestedDigests) booleantest(SAMBinaryTagAndValue tags)
-
Field Details
-
ALL
-
CRC32
-
-
Method Details
-
create
-
create
-
add
-
getAsTags
-
test
-