Package de.regnis.q.sequence.line
Interface QSequenceLineCache
- All Known Implementing Classes:
QSequenceLineFileSystemCache,QSequenceLineMemoryCache
public interface QSequenceLineCache
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddLine(QSequenceLine line) voidclose()getLine(int index) intintgetLineHash(int index)
-
Method Details
-
getLineCount
int getLineCount() -
addLine
- Throws:
IOException
-
getLine
- Throws:
IOException
-
getLineHash
- Throws:
IOException
-
close
- Throws:
IOException
-