Function
read
Loads a record from file.
read(file, data [, meta], format)
read(file, data [, meta], tag)
Parameters
file
An input file.
data
A container that gets the data read from file.
meta
A container that gets meta data from file. (optional)
format
A file format object.
tag
A file format tag.
Remarks
The result of this operation is stored in data.
The function leaves file at the position for reading the next record.
SeqAn - Sequence Analysis Library - www.seqan.de