API Reference > Other Classes > OdPlatformStreamer Class > OdPlatformStreamer Methods > OdPlatformStreamer::wrInt32 Method
OdPlatformStreamer::wrInt32 Method
Syntax
C++
static void wrInt32(OdStreamBuf& streamBuf, OdInt32 value);
Parameters 
Description 
OdStreamBuf& streamBuf 
[out] StreamBuf object to which the data are to be written.  
OdInt32 value 
[in] Value to be written. 

Writes a 32-bit integer to the specified StreamBuf object.

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