Zip for WPF and Silverlight
C1.C1Zip.ZLib Namespace / ZStream Class / inflateInit Method / inflateInit(Int32) Method
LZ77 スライド圧縮ウィンドウのサイズ(ビット数)。デフォルト値は 15 ビットです。

In This Topic
    inflateInit(Int32) Method
    In This Topic
    内部ストリームの状態を圧縮解除に初期化します。
    Syntax
    'Declaration
     
    
    Public Overloads Function inflateInit( _
       ByVal bits As Integer _
    ) As Integer
    public int inflateInit( 
       int bits
    )

    Parameters

    bits
    LZ77 スライド圧縮ウィンドウのサイズ(ビット数)。デフォルト値は 15 ビットです。

    Return Value

    成功した場合は0、失敗した場合はエラーコード。
    See Also