Function
skipUntilString
Skip (i.e. read without saving) characters from stream until String is encountered
skipUntilString(RecordReader<TStream, TPass> & recordReader, TString const & str)
Include Headers
seqan/stream.h
Parameters
recordReader
The RecordReader to read from.
str
The string to stop on
Types: fchar or similar
Remarks
This function stops *behind* the character string
Return Values
0 if there was no error reading
non-zero value on errors, especially EOF_BEFORE_SUCCESS
Types: int, TokenizeResult
Member of
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:18