Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
A special stream deflating or compressing the bytes that are written to it. It uses a Deflater to perform actual deflating.
Authors of the original java version : Tom Tromey, Jochen Hoenicke

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 class DeflaterOutputStream : Stream
Visual Basic (Declaration)
Public Class DeflaterOutputStream _
	Inherits Stream
Visual C++
public ref class DeflaterOutputStream : public Stream

Remarks

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

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.IO..::.Stream
      SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams..::.DeflaterOutputStream

See Also