Ark Server API (ASE) - Wiki
|
#include <NullStream.h>
Public Member Functions | |
NullInputStream () | |
~NullInputStream () | |
Creates the NullInputStream. | |
Public Member Functions inherited from Poco::NullIOS | |
NullIOS () | |
~NullIOS () | |
Additional Inherited Members | |
Protected Attributes inherited from Poco::NullIOS | |
NullStreamBuf | _buf |
Any read operation from this stream immediately yields EOF.
Definition at line 62 of file NullStream.h.
Poco::NullInputStream::NullInputStream | ( | ) |
Poco::NullInputStream::~NullInputStream | ( | ) |
Creates the NullInputStream.