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



Initializes a new instance of the DeflateStream class.


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

Overload List

OverloadDescription
DeflateStream Constructor(Stream,CompressionMode) Initializes a new instance of the DeflateStream class.  
DeflateStream Constructor(Stream,CompressionMode,Boolean) Initializes a new instance of the DeflateStream class.  
DeflateStream Constructor(Stream,CompressionMode,Int32) Initializes a new instance of the DeflateStream class.  
DeflateStream Constructor(Stream,CompressionMode,Int32,Boolean) Initializes a new instance of the DeflateStream class.  

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also