iDRS™ SDK 16
Loading...
Searching...
No Matches
CMemoryStream Class Reference

The CMemoryStream class provides a IByteStream implementation for reading and writing memory zones. More...

#include <idrs_common.h>

Inheritance diagram for CMemoryStream:
CObjPtr CObj IByteStream CObj

Detailed Description

The CMemoryStream class provides a IByteStream implementation for reading and writing memory zones.

The memory is allocated in heap and the class guarantees that the allocated memory is freed on object destruction. In case the initial allocated memory is not sufficient, the class will automatically allocate more memory.