Ark Server API (ASE) - Wiki
|
An input stream for reading from a memory area. More...
#include <MemoryStream.h>
Public Member Functions | |
MemoryInputStream (const char *pBuffer, std::streamsize bufferSize) | |
~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 199 of file MemoryStream.h.
Poco::MemoryInputStream::MemoryInputStream | ( | const char * | pBuffer, |
std::streamsize | bufferSize ) |
Poco::MemoryInputStream::~MemoryInputStream | ( | ) |
Creates a MemoryInputStream for the given memory area, ready for reading.