C# Class System.IO.Compression.GZipDecoder

Inheritance: IFileFormatReader
Exibir arquivo Open project: hprose/hprose-dotnet Class Usage Examples

Public Methods

Method Description
GZipDecoder ( InputBuffer input ) : System
ReadGzipFooter ( ) : bool
ReadGzipHeader ( ) : bool
Reset ( ) : void

Method Details

GZipDecoder() public method

public GZipDecoder ( InputBuffer input ) : System
input InputBuffer
return System

ReadGzipFooter() public method

public ReadGzipFooter ( ) : bool
return bool

ReadGzipHeader() public method

public ReadGzipHeader ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void