System::IO::FileStream::WriteByte method
FileStream::WriteByte method
Writes the specified unsigned 8-bit integer value to the stream.
void System::IO::FileStream::WriteByte(uint8_t value) override
Parameter | Type | Description |
---|---|---|
value | uint8_t | The value to write. |
See Also
- Class FileStream
- Namespace System::IO
- Library Aspose.TeX for C++