API Reference > Other Classes > OdFlatMemStreamImpl Template > OdFlatMemStreamImpl Methods > OdFlatMemStreamImpl::init Method
OdFlatMemStreamImpl::init Method
Syntax
C++
inline void init(void* buffer, OdUInt64 numBytes, OdUInt64 curPosition = 0);
Parameters 
Description 
void* buffer 
[in] Character buffer.  
OdUInt64 numBytes 
[in] Number of bytes.  
OdUInt64 curPosition = 0 
[in] Initial position of the file pointer of the new object. 

Initializes this FlatMemStream object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.