Function
read
Loads records from a file.
read(file, memPtr, count)
Parameters
file
A File object.
Types: File
memPtr
A pointer to the first destination record in memory.
count
The amount of records to be read.
Return Values
A bool which is true on success.
Remarks
The records are read from the position pointed by the current file pointer (see seek).
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de