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

Deflate compressor
상속: ICompressor
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin 1 사용 예제들

공개 메소드들

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

Compress a stream by deflate algorithm

DeflateCompressor ( ) : System.IO

Constructs an instance of the deflate compressor

DeflateCompressor ( DeflateCompressionSettings settings ) : System.IO

Constructs an instance of the deflate compressor

메소드 상세

Compress() 공개 메소드

Compress a stream by deflate algorithm
public Compress ( Stream stream ) : Stream
stream System.IO.Stream The stream
리턴 System.IO.Stream

DeflateCompressor() 공개 메소드

Constructs an instance of the deflate compressor
public DeflateCompressor ( ) : System.IO
리턴 System.IO

DeflateCompressor() 공개 메소드

Constructs an instance of the deflate compressor
public DeflateCompressor ( DeflateCompressionSettings settings ) : System.IO
settings DeflateCompressionSettings Deflate compression settings
리턴 System.IO