class Poco::HexBinaryEncoderIOS

Overview

The base class for HexBinaryEncoder. Moreā€¦

#include <HexBinaryEncoder.h>

class HexBinaryEncoderIOS: public ios
{
public:
    // construction

    HexBinaryEncoderIOS(std::ostream& ostr);

    // methods

    int
    close();

    HexBinaryEncoderBuf*
    rdbuf();

protected:
    // fields

    HexBinaryEncoderBuf _buf;
};

// direct descendants

class HexBinaryEncoder;

Detailed Documentation

The base class for HexBinaryEncoder.

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