I am developing an application on windows phone 7.I need to compress/uncompress my data for sending it over tcp sockets.
But I have not been able to find any gzip compressor for forward only stream over tcp sockets.
please help.
|
I am developing an application on windows phone 7.I need to compress/uncompress my data for sending it over tcp sockets. But I have not been able to find any gzip compressor for forward only stream over tcp sockets. please help. |
|||
| show 1 more comment |
|
I created a stripped down version of DotNetZip for this purpose, called DotNetZipLiteWP7. It's available via git here: https://bitbucket.org/jnewc/dotnetziplitewp7 (Also, I prefer DotNetZip to SharpZipLib as the license is more straight-forward for use in commercial apps). |
|||
|
|
GZipStreamdoesn't seem to be present on WP7 - have you tried things like SharpZipLib? – Marc Gravell♦ Jun 15 '12 at 11:43