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

Null compressor
Inheritance: ICompressor
显示文件 Open project: Taritsyn/WebMarkupMin

Public Methods

Method Description
Compress ( Stream stream ) : Stream

Do not performs operations with the stream

Method Details

Compress() public method

Do not performs operations with the stream
public Compress ( Stream stream ) : Stream
stream System.IO.Stream The stream
return System.IO.Stream