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

An input stream for reading from a memory area. More...

#include <MemoryStream.h>

+ Inheritance diagram for Poco::MemoryInputStream:
+ Collaboration diagram for Poco::MemoryInputStream:

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.
 
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 199 of file MemoryStream.h.

Constructor & Destructor Documentation

◆ MemoryInputStream()

Poco::MemoryInputStream::MemoryInputStream ( const char * pBuffer,
std::streamsize bufferSize )

◆ ~MemoryInputStream()

Poco::MemoryInputStream::~MemoryInputStream ( )

Creates a MemoryInputStream for the given memory area, ready for reading.


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