public final class QSequenceLineResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List |
blocks |
private QSequenceLineCache |
leftCache |
private QSequenceLineCache |
rightCache |
Constructor and Description |
---|
QSequenceLineResult(java.util.List blocks,
QSequenceLineCache leftCache,
QSequenceLineCache rightCache) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.List |
getBlocks() |
QSequenceLineCache |
getLeftCache() |
QSequenceLineCache |
getRightCache() |
private final java.util.List blocks
private final QSequenceLineCache leftCache
private final QSequenceLineCache rightCache
public QSequenceLineResult(java.util.List blocks, QSequenceLineCache leftCache, QSequenceLineCache rightCache)
public java.util.List getBlocks()
public QSequenceLineCache getLeftCache()
public QSequenceLineCache getRightCache()
public void close() throws java.io.IOException
java.io.IOException