System::IO::BasicSTDIStreamWrapper::WriteByte method
BasicSTDIStreamWrapper::WriteByte method
If wrapping mode is binary, writes to the stream the specified unsigned 8-bit integer value, otherwise convert it to char_type type and then write the result to the stream. Not supported!
virtual void System::IO::BasicSTDIStreamWrapper<T, typename>::WriteByte(uint8_t value) override
Parameter | Type | Description |
---|---|---|
value | uint8_t | The value to write |
See Also
- Class BasicSTDIStreamWrapper
- Namespace System::IO
- Library Aspose.PUB for C++