Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi:

I have a block which I need to decompress.
I have used DeFlate and also GZipStream classes but they are not able to do it as both requires zip file.
The block that I need to decompress is not a zip file.
Is there any way to decompress a byte chunk?

Thanks
Posted
Comments
Jibesh 28-Feb-13 2:32am    
do you have any idea on how the Compress was done?If you dont know that process then you are unlikely to decompress.
Member 9203872 28-Feb-13 2:49am    
that block is compresses using DEFLATE (RFC1951 or zlib).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900