C1.Xaml.Zip アセンブリ > C1.C1Zip.ZLib 名前空間 > ZStream クラス : deflateSetDictionary メソッド |
'宣言 Public Function deflateSetDictionary( _ ByVal dictionary() As System.Byte, _ ByVal dictLength As System.Integer _ ) As System.Integer
public System.int deflateSetDictionary( System.byte[] dictionary, System.int dictLength )
このメソッドは、deflateInit(Int32) の直後、つまり deflate を呼び出す前に呼び出す必要があります。
圧縮プログラムと圧縮解除プログラムは、まったく同じ辞書を使用する必要があります(inflateSetDictionary を参照)。
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