Class
File
Represents a file.
File<TSpec>
Include Headers
seqan/file.h
Parameters
TSpec
The specializing type.
Default: Async<>, see Async.
Specializations
AsyncFile structure supporting synchronous and asynchronous input/output access.
ChainedSplits a large file into a chain of smaller files.
StripedStripes a file across multiple files.
SyncFile structure supporting synchronous input/output access.
Functions
asyncReadAtAsynchronously loads records from a specific position in a file.
asyncWriteAtAsynchronously saves records to a specific position in a file.
cancelCancels an asynchronous request.
closeCloses a file.
flushWaits for all open requests to complete.
openOpens a file.
openTempOpens a temporary file.
readLoads records from a file.
readAtLoads records from a specific position in a file.
resizeResizes a container. If the new length exceeds the old length the new elements are filled with copies of value.
rewindSets the current file pointer to the beginning.
seekChanges the current file pointer.
setEofSets the file end to the current pointer.
sizeGets the file size.
tellGets the current file pointer.
writeSaves records to a file.
writeAtSaves records to a specific position in a file.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:00