Documentation for this section has not yet been entered.
Returns true if the input bytes were compressed with a preset dictionary. This method should be called if the first call to Inflater.Inflate(Byte[]) returns 0, to determine whether a dictionary is required. If so, Inflater.SetDictionary(Byte[]) should be called with the appropriate dictionary before calling inflate again. Use Inflater.Adler to determine which dictionary is required.