C# Class NetWrok.HTTP.Zlib.InflateManager

Show file Open project: simonwittber/netwrok-client Class Usage Examples

Private Properties

Property Type Description
End int
Inflate int
Initialize int
Reset int
SetDictionary int
Sync int
SyncPoint int

Public Methods

Method Description
InflateManager ( ) : System
InflateManager ( bool expectRfc1950HeaderBytes ) : System

Private Methods

Method 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 method

public InflateManager ( ) : System
return System

InflateManager() public method

public InflateManager ( bool expectRfc1950HeaderBytes ) : System
expectRfc1950HeaderBytes bool
return System