FileStream.Flush Method
.NET Framework 4.5
Clears buffers for this stream and causes any buffered data to be written to the file.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Flush() | Clears buffers for this stream and causes any buffered data to be written to the file. (Overrides Stream.Flush().) |
|
Flush(Boolean) | Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers. |