API Reference > FacetModeler Namespace > Classes > BinaryStream Class > BinaryStream Methods > Write Method > BinaryStream::Write Method (void*, OdUInt32)
BinaryStream::Write Method (void*, OdUInt32)
Syntax
C++
void Write(const void* pData, OdUInt32 length);
Parameters 
Description 
const void* pData 
[in] Pointer to data to write.  
OdUInt32 length 
[in] Count of bytes to write. 

Writes the specified number of bytes of data. 

 

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