true when the dictionary was accepted and applied.DeflateDecompressor.applyConfiguredDictionary
private
bool applyConfiguredDictionary()Apply the configured dictionary when the inflate stream requests one.
Returns
Throws
-
CompressionErrorCode.NEED_DICTIONARY if no dictionary is configured.
CompressionErrorCode.DATA_ERRORif the configured dictionary does not match the stream's DICTID.CompressionErrorCode.INTERNAL_ERRORfor unexpected zlib-layer errors.