DeflaterOutputStream Class

This is a special FilterOutputStream deflating the bytes that are written through it. It uses the Deflater for deflating. authors of the original java version : Tom Tromey, Jochen Hoenicke

For a list of all members of this type, see DeflaterOutputStream Members.

System.Object
   MarshalByRefObject
      Stream
         DeflaterOutputStream

[Visual Basic]
Public Class DeflaterOutputStream
   Inherits Stream
   Implements IDisposable
[C#]
public class DeflaterOutputStream : Stream, IDisposable

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace

Assembly: SharpZipLib.dll

See Also

DeflaterOutputStream Members | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace