Concept
Stream
Concept for I/O streams.
Concept Definition
Required Metafunctions
HasStreamFeatureQuery features of a stream type.
Required Functions
streamEofCheck end-of-file state of a Stream.
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 Stream, by the means of RecordReader Read Lastz "general" format record.
streamEofCheck end-of-file state of a Stream.
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.
write 
write2writes an entire document to a Stream
writeRecordwrite one record (e.g. a single DNA-sequence and its meta data) to a Stream
See Also
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2012/10/02 11:10:29