class Poco::RandomIOS

Overview

The base class for RandomInputStream. Moreā€¦

#include <RandomStream.h>

class RandomIOS: public ios
{
public:
    // methods

    RandomBuf*
    rdbuf();

protected:
    // fields

    RandomBuf _buf;
};

// direct descendants

class RandomInputStream;

Detailed Documentation

The base class for RandomInputStream.

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