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

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.
 
MemoryStreamBufrdbuf ()
 Destroys the stream.
 

Additional Inherited Members

- Protected Attributes inherited from Poco::MemoryIOS
MemoryStreamBuf _buf
 Returns a pointer to the underlying streambuf.
 

Detailed Description

An input stream for reading from a memory area.

Definition at line 212 of file MemoryStream.h.

Constructor & Destructor Documentation

◆ MemoryOutputStream()

Poco::MemoryOutputStream::MemoryOutputStream ( char * pBuffer,
std::streamsize bufferSize )

◆ ~MemoryOutputStream()

Poco::MemoryOutputStream::~MemoryOutputStream ( )

Creates a MemoryOutputStream for the given memory area, ready for writing.

Member Function Documentation

◆ charsWritten()

std::streamsize Poco::MemoryOutputStream::charsWritten ( ) const
inline

Destroys the MemoryInputStream.

Definition at line 237 of file MemoryStream.h.

+ Here is the call graph for this function:

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