C# 클래스 System.IO.Compression.GZipDecoder

상속: IFileFormatReader
파일 보기 프로젝트 열기: hprose/hprose-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GZipDecoder ( InputBuffer input ) : System
ReadGzipFooter ( ) : bool
ReadGzipHeader ( ) : bool
Reset ( ) : void

메소드 상세

GZipDecoder() 공개 메소드

public GZipDecoder ( InputBuffer input ) : System
input InputBuffer
리턴 System

ReadGzipFooter() 공개 메소드

public ReadGzipFooter ( ) : bool
리턴 bool

ReadGzipHeader() 공개 메소드

public ReadGzipHeader ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void