|
iDRS™ SDK 16
|
The CMemoryStream class provides a IByteStream implementation for reading and writing memory zones. More...
#include <idrs_common.h>
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.