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