class Poco::NullInputStream

Overview

Any read operation from this stream immediately yields EOF. Moreā€¦

#include <NullStream.h>

class NullInputStream:
    public Poco::NullIOS,
    public istream
{
};

Inherited Members

protected:
    // fields

    NullStreamBuf _buf;

Detailed Documentation

Any read operation from this stream immediately yields EOF.

Construction

~NullInputStream()

Destroys the NullInputStream.