gzipstream for forward only stream over sockets

独自空忆成欢 提交于 2019-12-24 02:57:14

问题


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.


回答1:


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).



来源:https://stackoverflow.com/questions/11050015/gzipstream-for-forward-only-stream-over-sockets

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!