Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
This method overrides Flush.
Flushing the stream will not flush its underlying buffer unless you explicitly call Flush or Close.
| Exception Type | Condition |
|---|---|
| IOException | An I/O error occurs. |
| ArchiveCorruptedException | Compression error occurs. |
| ObjectDisposedException | Methods were called after the stream was closed. |
ZipStream Class | Resco.IO.Zip Namespace