Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Flushes the stream by calling Flush on the deflater and then on the underlying stream. This ensures that all bytes are flushed.

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public override void Flush()
Visual Basic (Declaration)
Public Overrides Sub Flush
Visual C++
public:
virtual void Flush() override

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.Flush"]

See Also