Class
File
Represents a file.
File<TSpec>
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
areadAtAsynchronously loads records from a specific position in a file.
awriteAtAsynchronously 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.
resizeChanges the length.
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