Inflater.SetDictionary Method (Byte[])

SharpZip Compression Library

SharpZip Compression Library

Inflater.SetDictionary Method (Byte[])

Sets the preset dictionary. This should only be called, if needsDictionary() returns true and it should set the same dictionary, that was used for deflating. The getAdler() function returns the checksum of the dictionary needed.

public void SetDictionary(
   byte[] buffer
);

Parameters

buffer
The dictionary.

See Also

Inflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace | Inflater.SetDictionary Overload List