C1.C1Zip.ZLib Namespace > ZStream Class : deflateSetDictionary Method |
'Declaration
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 )
This method must be called immediately after deflateInit(Int32), before any call to deflate.
The compressor and decompressor must use exactly the same dictionary (see 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