|
Windows C++ Library
|
The interface implemented by streams that support writing. More...
#include <IOutputStream.hpp>
Public Member Functions | |
| virtual void | Write (const void *pBuffer, size_t iNumBytes)=0 |
| Write a number of bytes to the stream. | |
Protected Member Functions | |
| virtual | ~IOutputStream () |
| Protected destructor. | |
The interface implemented by streams that support writing.
| virtual WCL::IOutputStream::~IOutputStream | ( | ) | [inline, protected, virtual] |
Protected destructor.
| virtual void WCL::IOutputStream::Write | ( | const void * | pBuffer, |
| size_t | iNumBytes | ||
| ) | [pure virtual] |
Write a number of bytes to the stream.
Implemented in CClipboard, CFile, and CMemStream.
1.7.6.1