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

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

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