public interface ReadsQuery<R extends HtsRecord>
ReadsDecoders.| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<R> |
queryMate(R record)
Fetch the mate for the given read.
|
CloseableIterator<R> |
queryUnmapped()
Get an iterator of unmapped reads.
|
CloseableIterator<R> queryUnmapped()