|
bpp-seq
2.2.0
|
The OSequenceStream interface. More...
#include <Bpp/Seq/Io/OSequenceStream.h>
Inheritance diagram for bpp::OSequenceStream:
Collaboration diagram for bpp::OSequenceStream:Public Member Functions | |
| OSequenceStream () | |
| virtual | ~OSequenceStream () |
| virtual void | writeSequence (std::ostream &output, const Sequence &seq) const =0 throw (Exception) |
| Read sequence from stream. More... | |
The OSequenceStream interface.
Interface for streaming sequences output.
Definition at line 58 of file OSequenceStream.h.
|
inline |
Definition at line 61 of file OSequenceStream.h.
|
inlinevirtual |
Definition at line 62 of file OSequenceStream.h.
|
pure virtual | ||||||||||||||||||||
Read sequence from stream.
Read one sequence from a stream.
| output | The stream where write. |
| seq | The sequence to write. |
| Exception | IOExecption. |
Implemented in bpp::Fasta.