C# Class WebMarkupMin.AspNet.Common.Compressors.GZipCompressor

GZip compressor
Inheritance: ICompressor
显示文件 Open project: Taritsyn/WebMarkupMin Class Usage Examples

Public Methods

Method Description
Compress ( Stream stream ) : Stream

Compress a stream by GZip algorithm

GZipCompressor ( ) : System.IO

Constructs an instance of the GZip compressor

GZipCompressor ( GZipCompressionSettings settings ) : System.IO

Constructs an instance of the GZip compressor

Method Details

Compress() public method

Compress a stream by GZip algorithm
public Compress ( Stream stream ) : Stream
stream System.IO.Stream The stream
return System.IO.Stream

GZipCompressor() public method

Constructs an instance of the GZip compressor
public GZipCompressor ( ) : System.IO
return System.IO

GZipCompressor() public method

Constructs an instance of the GZip compressor
public GZipCompressor ( GZipCompressionSettings settings ) : System.IO
settings GZipCompressionSettings GZip compression settings
return System.IO