public class ContentDigests extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContentDigests.KNOWN_DIGESTS |
Modifier and Type | Field and Description |
---|---|
static EnumSet<ContentDigests.KNOWN_DIGESTS> |
ALL |
static EnumSet<ContentDigests.KNOWN_DIGESTS> |
CRC32 |
Modifier and Type | Method and Description |
---|---|
void |
add(CramCompressionRecord record) |
void |
addCramRecords(Iterable<CramCompressionRecord> records) |
void |
addSAMRecords(Iterable<SAMRecord> records) |
static ContentDigests |
create(EnumSet<ContentDigests.KNOWN_DIGESTS> requestedDigests) |
static ContentDigests |
create(SAMBinaryTagAndValue binaryTags) |
SAMBinaryTagAndValue |
getAsTags() |
boolean |
test(SAMBinaryTagAndValue tags) |
public static final EnumSet<ContentDigests.KNOWN_DIGESTS> ALL
public static final EnumSet<ContentDigests.KNOWN_DIGESTS> CRC32
public static ContentDigests create(EnumSet<ContentDigests.KNOWN_DIGESTS> requestedDigests)
public static ContentDigests create(SAMBinaryTagAndValue binaryTags)
public void add(CramCompressionRecord record)
public void addCramRecords(Iterable<CramCompressionRecord> records)
public SAMBinaryTagAndValue getAsTags()
public boolean test(SAMBinaryTagAndValue tags)