Ark Server API (ASE) - Wiki
|
#include <MemoryStream.h>
Public Member Functions | |
MemoryIOS (char *pBuffer, std::streamsize bufferSize) | |
~MemoryIOS () | |
Creates the basic stream. | |
MemoryStreamBuf * | rdbuf () |
Destroys the stream. | |
Protected Attributes | |
MemoryStreamBuf | _buf |
Returns a pointer to the underlying streambuf. | |
The base class for MemoryInputStream and MemoryOutputStream.
This class is needed to ensure the correct initialization order of the stream buffer and base classes.
Definition at line 178 of file MemoryStream.h.
Poco::MemoryIOS::MemoryIOS | ( | char * | pBuffer, |
std::streamsize | bufferSize ) |
Poco::MemoryIOS::~MemoryIOS | ( | ) |
Creates the basic stream.
|
inline |
Destroys the stream.
Definition at line 231 of file MemoryStream.h.
|
protected |
Returns a pointer to the underlying streambuf.
Definition at line 195 of file MemoryStream.h.