public interface QSequenceLineCache
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(QSequenceLine line) |
void |
close() |
QSequenceLine |
getLine(int index) |
int |
getLineCount() |
int |
getLineHash(int index) |
int getLineCount()
void addLine(QSequenceLine line) throws java.io.IOException
java.io.IOExceptionQSequenceLine getLine(int index) throws java.io.IOException
java.io.IOExceptionint getLineHash(int index)
throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOException