'宣言 Public Function inflateSetDictionary( _ ByVal dictionary() As System.Byte, _ ByVal dictLength As System.Integer _ ) As System.Integer
public System.int inflateSetDictionary( System.byte[] dictionary, System.int dictLength )
パラメータ
- dictionary
- ディクショナリ内のデータ。
- dictLength
- ディクショナリ内のバイト数。
戻り値の型
成功した場合は Z_OK、失敗した場合はエラーコードを返します。