class Poco::Base32DecoderIOS
Overview
The base class for Base32Decoder. Moreā¦
#include <Base32Decoder.h> class Base32DecoderIOS: public ios { public: // construction Base32DecoderIOS(std::istream& istr); // methods Base32DecoderBuf* rdbuf(); protected: // fields Base32DecoderBuf _buf; }; // direct descendants class Base32Decoder;
Detailed Documentation
The base class for Base32Decoder.
This class is needed to ensure the correct initialization order of the stream buffer and base classes.