SOMA Read Iterator Base class
SOMA Read Iterator Base class
Details
Class that allows for read iteration of SOMA reads.
Methods
Method new()
Create (lifecycle: maturing)
Method read_complete()
Check if iterated read is complete or not. (lifecycle: maturing)
Method read_next()
Read the next chunk of an iterated read. (lifecycle: maturing).
If read is complete, retunrs NULL
and raises warning.
Method concat()
Concatenate remainder of iterator
Method clone()
The objects of this class are cloneable with this method.
Usage
ReadIter$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.