C# 클래스 WebMarkupMin.AspNet.Common.Compressors.NullCompressor

Null compressor
상속: ICompressor
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin

공개 메소드들

메소드 설명
Compress ( Stream stream ) : Stream

Do not performs operations with the stream

메소드 상세

Compress() 공개 메소드

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