Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
System
IO
Compression
GZipDecoder
C# Class System.IO.Compression.GZipDecoder
Inheritance:
IFileFormatReader
Mostrar archivo
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