DeflaterOutputStream Class

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterOutputStream Class

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

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

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         ICSharpCode.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream
            ICSharpCode.SharpZipLib.GZip.GZipOutputStream
            ICSharpCode.SharpZipLib.Zip.ZipOutputStream

public class DeflaterOutputStream : Stream

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip.Compression.Streams

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

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