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

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

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