kazarindn
kazarindn

Reputation: 169

Unzip a string on Windows Phone

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

Answers (2)

Lex Li
Lex Li

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

gbanfill
gbanfill

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

Related Questions