Function
areadAt
Asynchronously loads records from a specific position in a file.
areadAt(file, memPtr, count, fileOfs, request)
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.
fileOfs
The absolute file position in bytes measured from the beginning.
request
Reference to a structure that will be associated with this asynchronous request.
Types: aRequest
Return Values
A bool which is true on success.
SeqAn - Sequence Analysis Library - www.seqan.de