System::IO::BasicSTDIOStreamWrapper::WriteByte metodo
BasicSTDIOStreamWrapper::WriteByte method
Se la modalità di wrapping è binaria, scrive sul flusso il valore intero senza segno a 8 bit specificato, altrimenti lo converte al tipo char_type e quindi scrive il risultato sul flusso.
virtual void System::IO::BasicSTDIOStreamWrapper<T, typename>::WriteByte(uint8_t value) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | uint8_t | Il valore da scrivere |
Vedi anche
- Class BasicSTDIOStreamWrapper
- Namespace System::IO
- Library Aspose.Page for C++