IntervalTreeIndex.ChrIndex
, LinearIndex.ChrIndex
public interface ChrIndex
Modifier and Type | Method | Description |
---|---|---|
List<Block> |
getBlocks() |
|
List<Block> |
getBlocks(int start,
int end) |
|
String |
getName() |
|
void |
read(LittleEndianInputStream dis) |
|
void |
write(LittleEndianOutputStream dos) |
String getName()
List<Block> getBlocks(int start, int end)
start
- the start position, one basedend
- the end position, one basedvoid write(LittleEndianOutputStream dos) throws IOException
IOException
void read(LittleEndianInputStream dis) throws IOException
IOException