Namespace: Noemax.GZip
Assembly: Noemax.GZip (in Noemax.GZip.dll)
| Visual Basic (Declaration) | |
|---|---|
Overrides Public Sub Flush() | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public override void Flush() | |
| C++/CLI | |
|---|---|
public: void Flush(); override | |
When writing using the Write method, the data may not be written to the stream since writing the data back in chunks can provide better performance. Calling the Flush method forces the data to be written.