bpp-core3  3.0.0
IoSequenceStream.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: The Bio++ Development Group
2 //
3 // SPDX-License-Identifier: CECILL-2.1
4 
5 #ifndef BPP_SEQ_IO_IOSEQUENCESTREAM_H
6 #define BPP_SEQ_IO_IOSEQUENCESTREAM_H
7 
8 #include <Bpp/Io/IoFormat.h>
9 
10 
11 namespace bpp
12 {
20 class IOSequenceStream : public virtual IOFormat
21 {
22 public:
24  virtual ~IOSequenceStream() {}
25 };
26 } // end of namespace bpp.
27 #endif // BPP_SEQ_IO_IOSEQUENCESTREAM_H
This alphabet is used to deal NumericAlphabet.
The IOSequenceStream interface.