Concept
StreamConcept
Concept for I/O streams.
Concept Definition
Required Metafunctions
HasStreamFeatureQuery features of a stream type.
Required Functions
streamEofCheck end-of-file state of a StreamConcept.
streamErrorReturn the stream's error code.
streamFlushFlush the underlying stream.
streamPeekRead next character from stream without advancing current position.
streamPutWrite different types to stream
streamReadBlockRead a block of bytes into a buffer.
streamReadCharRead next character from stream and advance the current position.
streamSeekPerform a seek operation on the stream.
streamTellGet the position in the current stream.
streamWriteBlockWrite a block of bytes from a buffer into a stream.
streamWriteCharWrite one character to the stream.
Metafunctions
HasStreamFeatureQuery features of a stream type.
Functions
readRecordreads one record (e.g. a single DNA-sequence and its meta data) from a StreamConcept, by the means of RecordReader
streamEofCheck end-of-file state of a StreamConcept.
streamErrorReturn the stream's error code.
streamFlushFlush the underlying stream.
streamPeekRead next character from stream without advancing current position.
streamPutWrite different types to stream
streamReadBlockRead a block of bytes into a buffer.
streamReadCharRead next character from stream and advance the current position.
streamSeekPerform a seek operation on the stream.
streamTellGet the position in the current stream.
streamWriteBlockWrite a block of bytes from a buffer into a stream.
streamWriteCharWrite one character to the stream.
writeWrite a score matrix to a stream.
write2writes an entire document to a StreamConcept
writeRecordwrite one record (e.g. a single DNA-sequence and its meta data) to a StreamConcept
See Also
SeqAn - Sequence Analysis Library - www.seqan.de
 

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