Package de.regnis.q.sequence.line
Interface QSequenceLineCache
-
public interface QSequenceLineCache
- Author:
- Marc Strapetz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addLine(QSequenceLine line)
void
close()
QSequenceLine
getLine(int index)
int
getLineCount()
int
getLineHash(int index)
-
-
-
Method Detail
-
getLineCount
int getLineCount()
-
addLine
void addLine(QSequenceLine line) throws IOException
- Throws:
IOException
-
getLine
QSequenceLine getLine(int index) throws IOException
- Throws:
IOException
-
getLineHash
int getLineHash(int index) throws IOException
- Throws:
IOException
-
close
void close() throws IOException
- Throws:
IOException
-
-