Function
beginRead
Initiates a read process.
beginRead(object)
Parameters
object
A pop-passive pipeline module.
Types: Pipe, Pool
Return Values
A bool which is true on success.
Remarks
beginRead rewinds the output stream, prepares object for succeeding reads, and typically calls beginRead of the input pipeline modules.
A read process must be terminated with endRead. Nested read processes are not allowed.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de