C# Class NetWrok.HTTP.Zlib.InflateManager

Afficher le fichier Open project: simonwittber/netwrok-client Class Usage Examples

Private Properties

Свойство Type Description
End int
Inflate int
Initialize int
Reset int
SetDictionary int
Sync int
SyncPoint int

Méthodes publiques

Méthode Description
InflateManager ( ) : System
InflateManager ( bool expectRfc1950HeaderBytes ) : System

Private Methods

Méthode Description
End ( ZlibCodec z ) : int
Inflate ( ZlibCodec z, int f ) : int
Initialize ( ZlibCodec z, int w ) : int
Reset ( ZlibCodec z ) : int
SetDictionary ( ZlibCodec z, byte dictionary ) : int
Sync ( ZlibCodec z ) : int
SyncPoint ( ZlibCodec z ) : int

Method Details

InflateManager() public méthode

public InflateManager ( ) : System
Résultat System

InflateManager() public méthode

public InflateManager ( bool expectRfc1950HeaderBytes ) : System
expectRfc1950HeaderBytes bool
Résultat System