System::IO::FileStream::Flush method
FileStream::Flush() method
Svuota i buffer di questo flusso e scrive tutti i dati bufferizzati sul file sottostante.
void System::IO::FileStream::Flush() override
Vedi anche
- Class FileStream
- Namespace System::IO
- Library Aspose.Font for C++
FileStream::Flush(bool) method
Svuota i buffer di questo stream e scrive tutti i dati bufferizzati nel file sottostante. Sinonimo del metodo Flush().
void System::IO::FileStream::Flush(bool flush_to_disk)
| Parametro | Tipo | Descrizione |
|---|---|---|
| flush_to_disk | bool | True per svuotare tutti i buffer intermedi, altrimenti - false. |
Vedi anche
- Class FileStream
- Namespace System::IO
- Library Aspose.Font for C++