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

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

공개 메소드들

메소드 설명
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

메소드 상세

Compress() 공개 메소드

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

GZipCompressor() 공개 메소드

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

GZipCompressor() 공개 메소드

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