I have a block of deflated data with no header from an MSZIP file format and I need to inflate it using the last inflated block as a dictionary. The problem is I can't use SetDictionary on an Inflater with nowrap = true.
Is there no way around this?
I have a block of deflated data with no header from an MSZIP file format and I need to inflate it using the last inflated block as a dictionary. The problem is I can't use SetDictionary on an Inflater with nowrap = true.
Is there no way around this?