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