NVBIO
|
A stream of ReadData, allowing to process the associated reads in batches.
#include <reads.h>
Public Methods | |
ReadDataStream (uint32 truncate_read_len=uint32(-1)) | |
virtual | ~ReadDataStream () |
virtual ReadData * | next (const uint32 batch_size, const uint32 batch_bps=uint32(-1))=0 |
virtual bool | is_ok ()=0 |
Public Members | |
uint32 | m_truncate_read_len |
|
inlinevirtual |
|
pure virtual |
is the stream ok?
Implemented in nvbio::io::ReadDataFile.
|
pure virtual |
next batch
Implemented in nvbio::io::ReadDataFile.