Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdFlatMemStreamManaged::createNew Method
Syntax
C++
static OdFlatMemStreamPtr createNew(OdUInt64 numBytes);

Creates a new FlatMemStream object, and returns a SmartPointer to the new object.

Parameters
Description
numBytes
[in] Number of bytes.

Memory is allocated via odrxAlloc() and is freed via odrxFree() in destructor;

Copyright © 2002-2022. Open Design Alliance All rights reserved.