Noemax DotNetGZip Report an issue | Discuss in forums
DeflateOutputStream Class
See Also  Members  
Noemax.GZip Assembly > Noemax.GZip Namespace : DeflateOutputStream Class



Provides methods and properties for compressing streams using the Deflate algorithm.


Namespace: Noemax.GZip
Assembly: Noemax.GZip (in Noemax.GZip.dll)

Syntax

Visual Basic (Declaration) 
Public Class DeflateOutputStream 
   Inherits Stream
Visual Basic (Usage)Copy Code
Dim instance As DeflateOutputStream
C# 
public class DeflateOutputStream : Stream 
C++/CLI 
public ref class DeflateOutputStream : public Stream 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         Noemax.GZip.DeflateOutputStream

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also