OSRTMemoryOutputStream Class Reference
Generic memory output stream. More...
#include <OSRTMemoryOutputStream.h>
Inheritance diagram for OSRTMemoryOutputStream:

Public Member Functions | |
| EXTRTMETHOD | OSRTMemoryOutputStream (OSOCTET *pMemBuf, size_t bufSize) |
| Initializes the memory output stream using the specified memory buffer. | |
| EXTRTMETHOD | OSRTMemoryOutputStream (OSRTContext *pContext, OSOCTET *pMemBuf, size_t bufSize) |
| Initializes the memory output stream using the specified memory buffer. | |
Detailed Description
Generic memory output stream.This class opens an existing file for output in binary mode and reads data from it.
Definition at line 37 of file OSRTMemoryOutputStream.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Initializes the memory output stream using the specified memory buffer.
|
|
||||||||||||||||
|
Initializes the memory output stream using the specified memory buffer.
|
The documentation for this class was generated from the following file:
