public class SROB
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
SROB.Feature |
Constructor and Description |
---|
SROB(int min,
int max,
long vannoFilePointer,
long bgzFilePointer) |
SROB(long vannoFilePointer,
int min,
int max) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
getAVGOffset() |
long |
getBGZFilePointer() |
java.util.List<SROB.Feature> |
getBlockFeature() |
int |
getMax() |
int |
getMin() |
long |
getVannoFilePointer() |
boolean |
hasFeature() |
void |
initSROB(int min,
int max,
long vannoFilePointer,
long bgzFilePointer) |
void |
setMax(int max) |
void |
setMin(int min) |
void |
setSROB(long vannoFilePointer,
int min,
int max) |
void |
setVannoFilePointer(long vannoFilePointer) |
void |
updateMax(LocFeature feature,
int offset) |
public SROB(int min, int max, long vannoFilePointer, long bgzFilePointer)
public SROB(long vannoFilePointer, int min, int max)
public void setSROB(long vannoFilePointer, int min, int max)
public void initSROB(int min, int max, long vannoFilePointer, long bgzFilePointer)
public void clear()
public int getAVGOffset()
public void updateMax(LocFeature feature, int offset)
public int getMin()
public int getMax()
public long getVannoFilePointer()
public void setVannoFilePointer(long vannoFilePointer)
public void setMin(int min)
public void setMax(int max)
public java.util.List<SROB.Feature> getBlockFeature()
public boolean hasFeature()
public long getBGZFilePointer()