Class
FileMapping
A structure to memory-map a file.
FileMapping<TSpec>
Include Headers
seqan/file.h
Parameters
TSpec
The specializing type.
Default: void
Remarks
This structure represents both a file and its memory mapping.
Functions
adviseFileSegmentGive advice about use of a memory-mapped file segment.
cancelFileSegmentCancel all outstanding transactions of a memory-mapped file segment.
closeClose a file and its memory mapping.
closeAndResizeClose a memory mapping and resize and close the underlying file.
flushFileSegmentWait for all outstanding transactions of a memory-mapped file segment.
lengthReturn the file size of a memory mapping.
mapFileSegmentMap a segment of a file into memory.
openOpen a file to be mapped into memory.
openTempOpen a temporary file to be mapped into memory.
remapFileSegmentChange the size of a memory-mapped file segment.
resizeResize the underlying file.
unmapFileSegmentUnmap a memory-mapped file segment.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:34