![]() |
Ark Server API (ASE) - Wiki
|
An input stream for reading from a memory area. More...
#include <MemoryStream.h>
Inheritance diagram for Poco::MemoryOutputStream:
Collaboration diagram for Poco::MemoryOutputStream:Public Member Functions | |
| MemoryOutputStream (char *pBuffer, std::streamsize bufferSize) | |
| ~MemoryOutputStream () | |
| std::streamsize | charsWritten () const |
| Destroys the MemoryInputStream. | |
Public Member Functions inherited from Poco::MemoryIOS | |
| MemoryIOS (char *pBuffer, std::streamsize bufferSize) | |
| ~MemoryIOS () | |
| Creates the basic stream. | |
| MemoryStreamBuf * | rdbuf () |
| Destroys the stream. | |
Additional Inherited Members | |
Protected Attributes inherited from Poco::MemoryIOS | |
| MemoryStreamBuf | _buf |
| Returns a pointer to the underlying streambuf. | |
An input stream for reading from a memory area.
Definition at line 212 of file MemoryStream.h.
| Poco::MemoryOutputStream::MemoryOutputStream | ( | char * | pBuffer, |
| std::streamsize | bufferSize ) |
| Poco::MemoryOutputStream::~MemoryOutputStream | ( | ) |
Creates a MemoryOutputStream for the given memory area, ready for writing.
|
inline |
Destroys the MemoryInputStream.
Definition at line 237 of file MemoryStream.h.
Here is the call graph for this function: