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