C# Class System.IO.Compression.GZipDecoder

Inheritance: IFileFormatReader
Afficher le fichier Open project: hprose/hprose-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
GZipDecoder ( InputBuffer input ) : System
ReadGzipFooter ( ) : bool
ReadGzipHeader ( ) : bool
Reset ( ) : void

Method Details

GZipDecoder() public méthode

public GZipDecoder ( InputBuffer input ) : System
input InputBuffer
Résultat System

ReadGzipFooter() public méthode

public ReadGzipFooter ( ) : bool
Résultat bool

ReadGzipHeader() public méthode

public ReadGzipHeader ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void