Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Deflates everything in the input buffers. This will call
CopyC#
def.deflate()
until all bytes from the input buffers are processed.

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#
protected void Deflate()
Visual Basic (Declaration)
Protected Sub Deflate
Visual C++
protected:
void Deflate()

Remarks

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

See Also