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