C1.C1Zip.ZLib Namespace > ZStream Class > inflateInit Method : inflateInit() Method |
'Declaration
Public Overloads Function inflateInit() As System.Integer
public System.int inflateInit()
The fields next_in and avail_in must be initialized before by the caller.
inflateInit does not perform any decompression apart from reading the zlib header if present: data decompression is done by the inflate method. Therefore, the next_in and avail_in may be modified, but next_out and avail_out are unchanged.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2