| C1.UWP.Zip Assembly > 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).