class Poco::Net::QuotedPrintableDecoderIOS

Overview

The base class for QuotedPrintableDecoder. Moreā€¦

#include <QuotedPrintableDecoder.h>

class QuotedPrintableDecoderIOS: public ios
{
public:
    // construction

    QuotedPrintableDecoderIOS(std::istream& istr);

    // methods

    QuotedPrintableDecoderBuf*
    rdbuf();

protected:
    // fields

    QuotedPrintableDecoderBuf _buf;
};

// direct descendants

class QuotedPrintableDecoder;

Detailed Documentation

The base class for QuotedPrintableDecoder.

This class is needed to ensure the correct initialization order of the stream buffer and base classes.