Spec SyncFile
File structure supporting synchronous input/output access.

Extends File
All Extended File
Defined in <seqan/file.h>
Signature template <[typename TSpec]> class File<Sync<TSpec> >;

Template Parameters

TSpec Further specializing type. Default: void.

Interface Function Overview

Interface Functions Inherited From File

Detailed Description

This class supports pseudo-asynchronous access methods, i.e. the method to initiate an I/O request blocks until the request completion.