Spec BZ2FileStream
Wrapper for BZFILE * streams from bzlib.

Extends Stream
All Extended Stream
All Impl'd StreamConcept
Defined in <seqan/stream.h>
Signature template<> class Stream<BZ2File>;

Member Function Overview

Interface Function Overview

Interface Functions Inherited From Stream

Interface Functions Inherited From StreamConcept

Interface Metafunction Overview

Interface Metafunctions Inherited From StreamConcept

Detailed Description

Remarks

This is only available if SEQAN_HAS_BZIP2 is set to 1.

Not copy constructable.

Member Functions Detail

BZ2FileStream::Stream([bzFile]);

Constructor.

Parameters

bzFile The BZFILE * to open.

The file bzFile must already be open when constructed with the second variant. bzFile will not be closed when the stream is destructed but has to be closed manually.