Class Stream
Abstract base class to fulfill the stream concept.

Implements StreamConcept
All Subcl's BgzfStream, BZ2FileStream, CharArrayStream, GzFileStream
All Impl'd StreamConcept
Defined in <seqan/stream.h>
Signature template <typename TSpec> class Stream;

Template Parameters

TSpec The specializing type.

Interface Function Overview

Interface Functions Inherited From StreamConcept

Interface Metafunction Overview

Interface Metafunctions Inherited From StreamConcept

Interface Functions Detail

void close(stream);

Close a stream.

Parameters

stream The Stream to close.

bool open(stream, fileName, mode);

Open a stream.

Parameters

stream The stream to open.
fileName The path to the file to open. Type: char const *.
mode The mode for opening.