Function
read
Loads records from a file.
Include Headers
seqan/blast.h, seqan/file.h, seqan/store.h
Parameters
|  A File object. Types:  File | |
|  A pointer to the first destination record in memory. | |
|  The amount of records to be read. | |
|  A fragment store. Currently Amos message file and Sam formats are supported. Types:  FragmentStore | |
Remarks
 The records are read from the position pointed by the current file pointer (see seek).
Return Values
 A bool  which is true  on success.
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de