public abstract class AbstractMultiReader<R extends SequenceRead> extends AbstractSequenceReader<R> implements CanReportProgress, SequenceReader<R>, SequenceReaderCloseable<R>
readsCounter| Constructor and Description |
|---|
AbstractMultiReader(SingleReader... readers) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
double |
getProgress() |
boolean |
isFinished() |
protected SingleRead[] |
takeReads() |
addOneRead, getNumberOfReadsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNumberOfReadspublic AbstractMultiReader(SingleReader... readers)
protected SingleRead[] takeReads()
public void close()
close in interface cc.redberry.pipe.OutputPortCloseable<R extends SequenceRead>close in interface AutoCloseablepublic double getProgress()
getProgress in interface CanReportProgresspublic boolean isFinished()
isFinished in interface CanReportProgressCopyright © 2018. All rights reserved.