Package | Description |
---|---|
htsjdk.samtools.cram.structure |
Modifier and Type | Field and Description |
---|---|
java.util.Map<EncodingKey,EncodingParams> |
CompressionHeader.encodingMap |
Modifier and Type | Method and Description |
---|---|
static EncodingKey |
EncodingKey.byFirstTwoChars(java.lang.String chars) |
static EncodingKey |
EncodingKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncodingKey[] |
EncodingKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
EncodingKey.toTwoBytes(EncodingKey key) |