API Reference > Other Classes > OdStreamBuf Class > OdStreamBuf Methods > OdStreamBuf::putByte Method
OdStreamBuf::putByte Method
Syntax
C++
virtual void putByte(OdUInt8 value);
Parameters 
Description 
OdUInt8 value 
[in] Byte to write. 

Writes the byte to the current position of the file pointer for this StreamBuf object, and increments the pointer.

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