Package | Description |
---|---|
htsjdk.samtools.cram.encoding |
Modifier and Type | Method and Description |
---|---|
static DataSeriesType |
DataSeriesType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataSeriesType[] |
DataSeriesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> Encoding<T> |
EncodingFactory.createEncoding(DataSeriesType valueType,
EncodingID id)
Create an encoding for the data series type and encoding id.
|