Function
asyncWriteAt
Asynchronously saves records to a specific position in a file.
Include Headers
seqan/file.h
Parameters
|  A File object. Types:  File | |
|  A pointer to the first source record in memory. | |
|  The amount of records to be written. | |
|  The absolute file position in bytes measured from the beginning. | |
|  Reference to a structure that will be associated with this asynchronous request. Types:  AsyncRequest | 
Return Values
 A bool  which is true  on success.
SeqAn - Sequence Analysis Library - www.seqan.de