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

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)
ParametroTipoDescrizione
flush_to_diskboolTrue per svuotare tutti i buffer intermedi, altrimenti - false.

Vedi anche