public static class IntervalTreeIndex.ChrIndex extends Object implements ChrIndex
Constructor and Description |
---|
ChrIndex()
Default constructor needed for factory methods -- DO NOT REMOVE
|
ChrIndex(String name) |
Modifier and Type | Method and Description |
---|---|
List<Block> |
getBlocks() |
List<Block> |
getBlocks(int start,
int end) |
String |
getName() |
void |
insert(Interval iv) |
void |
printTree() |
void |
read(LittleEndianInputStream dis) |
void |
write(LittleEndianOutputStream dos) |
public ChrIndex()
public ChrIndex(String name)
public void insert(Interval iv)
public void printTree()
public void write(LittleEndianOutputStream dos) throws IOException
write
in interface ChrIndex
IOException
public void read(LittleEndianInputStream dis) throws IOException
read
in interface ChrIndex
IOException