Initialize the inflation state with an explicit flag to
             govern the handling of RFC1950 header bytes.
             
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
public int InitializeInflate( bool expectRfc1950Header )
public int InitializeInflate( bool expectRfc1950Header )
Public Function InitializeInflate ( expectRfc1950Header As Boolean ) As Integer
Public Function InitializeInflate ( expectRfc1950Header As Boolean ) As Integer
public: int InitializeInflate( bool expectRfc1950Header )
public: int InitializeInflate( bool expectRfc1950Header )
member InitializeInflate : expectRfc1950Header : bool -> int
member InitializeInflate : expectRfc1950Header : bool -> int
- expectRfc1950Header (Boolean)
 - whether to expect an RFC1950 header byte pair when reading the stream of data to be inflated.
 
Int32
Z_OK if everything goes well.
Z_OK if everything goes well.
             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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214