Function
rewind
Sets the current file pointer to the beginning.
rewind(file)
Parameters
file
A File object.
Types: File
Remarks
Calls seek$(file, 0) by default.
SeqAn - Sequence Analysis Library - www.seqan.de