Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::NullInputStream Class Reference

#include <NullStream.h>

+ Inheritance diagram for Poco::NullInputStream:
+ Collaboration diagram for Poco::NullInputStream:

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
 

Detailed Description

Any read operation from this stream immediately yields EOF.

Definition at line 62 of file NullStream.h.

Constructor & Destructor Documentation

◆ NullInputStream()

Poco::NullInputStream::NullInputStream ( )

◆ ~NullInputStream()

Poco::NullInputStream::~NullInputStream ( )

Creates the NullInputStream.


The documentation for this class was generated from the following file: