Método System::IO::Stream::WriteByte
Stream::WriteByte method
Escribe el valor entero sin signo de 8 bits especificado en el flujo.
virtual void System::IO::Stream::WriteByte(uint8_t value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | uint8_t | El valor a escribir |
Ver también
- Class Stream
- Namespace System::IO
- Library Aspose.PDF for C++