class Poco::HexBinaryDecoderIOS

Overview

The base class for HexBinaryDecoder. Moreā€¦

#include <HexBinaryDecoder.h>

class HexBinaryDecoderIOS: public ios
{
public:
    // construction

    HexBinaryDecoderIOS(std::istream& istr);

    // methods

    HexBinaryDecoderBuf*
    rdbuf();

protected:
    // fields

    HexBinaryDecoderBuf _buf;
};

// direct descendants

class HexBinaryDecoder;

Detailed Documentation

The base class for HexBinaryDecoder.

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