Class InsertBase
java.lang.Object
htsjdk.samtools.cram.encoding.readfeatures.InsertBase
- All Implemented Interfaces:
ReadFeature
,Serializable
A read feature representing a single insert base.
- See Also:
-
Field Details
-
operator
public static final byte operator- See Also:
-
-
Constructor Details
-
InsertBase
public InsertBase(int position, byte base)
-
-
Method Details
-
getOperator
public byte getOperator()Description copied from interface:ReadFeature
Read features are distinguished by operator, similar to cigar operator.- Specified by:
getOperator
in interfaceReadFeature
- Returns:
- type of the read feature
-
getPosition
public int getPosition()- Specified by:
getPosition
in interfaceReadFeature
- Returns:
- zero-based position in the read
-
getBase
public byte getBase() -
toString
-
equals
-
hashCode
public int hashCode()
-