Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdFlatMemStream::createNew Method
Syntax
C++
static OdFlatMemStreamPtr createNew(void* buffer, OdUInt64 numBytes, OdUInt64 curPosition = 0);

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

Parameters
Description
buffer
[in] Character buffer.
numBytes
[in] Number of bytes.
curPosition
[in] Initial position of the file pointer of the new object.
Copyright © 2002-2022. Open Design Alliance All rights reserved.