Reputation: 169
I'm looking for a way to unzip a string on Windows Phone. Found this thread, but the GZipStream class is not available on WP. Could you please recommend me something to look at?
UPD.: Here is the solution using SharpZipLib
Upvotes: 1
Views: 1286
Reputation: 63234
DotNetZip seems to have a Silverlight port, (which contains GZipStream.cs)
http://dotnetzip.codeplex.com/releases/view/68268
You can check if it can help you decompress the string.
Upvotes: 0
Reputation: 2216
Have a look at SharpGIS's really small Zip utility. I've never used it but it might work for you.
Upvotes: 1