System::IO::Stream::WriteByte 方法
Stream::WriteByte method
将指定的无符号 8 位整数值写入流。
virtual void System::IO::Stream::WriteByte(uint8_t value)
| Parameter | Type | 描述 |
|---|---|---|
| value | uint8_t | 要写入的值 |
另见
- Class Stream
- Namespace System::IO
- Library Aspose.Page for C++
将指定的无符号 8 位整数值写入流。
virtual void System::IO::Stream::WriteByte(uint8_t value)
| Parameter | Type | 描述 |
|---|---|---|
| value | uint8_t | 要写入的值 |