C# Class Cimbalino.Phone.Toolkit.Compression.InflateManager

Mostra file Open project: Cimbalino/Cimbalino-Phone-Toolkit 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 ( ) : int
Inflate ( FlushType flush ) : int
Initialize ( ZlibCodec codec, int w ) : int
Reset ( ) : int
SetDictionary ( byte dictionary ) : int
Sync ( ) : 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