InitializeInflate Method (expectRfc1950Header)

DotNetZip

Ionic Zip Library v1.9.1.6 InitializeInflate Method (expectRfc1950Header)
ReferenceIonic.ZlibZlibCodecInitializeInflate(Boolean)
Initialize the inflation state with an explicit flag to govern the handling of RFC1950 header bytes.
Declaration Syntax
C# Visual Basic Visual C++
public int InitializeInflate(
	bool expectRfc1950Header
)
Public Function InitializeInflate ( _
	expectRfc1950Header As Boolean _
) As Integer
public:
int InitializeInflate(
	bool expectRfc1950Header
)
Parameters
expectRfc1950Header (Boolean)
whether to expect an RFC1950 header byte pair when reading the stream of data to be inflated.
Return Value
Z_OK if everything goes well.
Remarks
By default, the ZLIB header defined in RFC 1950 is expected. If you want to read a zlib stream you should specify true for expectRfc1950Header. If you have a deflate stream, you will want to specify false. It is only necessary to invoke this initializer explicitly if you want to specify false.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)