I am using SvZlib for Silverlight 4 and try to inflate bytes array by using:
Cellbi.SvZLib.Utils.Decompress(bytesArray);
But I get error "incorrect header check". I am looking for disabling header check, but no results.
Any idea how to disable header check for decompressing (input array does not contain any header)