开发者

Is there a text compression library for .NET?

开发者 https://www.devze.com 2023-01-20 23:17 出处:网络
I a looking for a library that can compress text. Not short string but rather pages. Is there any known library or openso开发者_如何学JAVAurce code?You may take a look at GZipStream and/or DeflateStr

I a looking for a library that can compress text. Not short string but rather pages. Is there any known library or openso开发者_如何学JAVAurce code?


You may take a look at GZipStream and/or DeflateStream.


.Net has a couple of classes built-in for compression/decompression, Gzip and Deflate.

http://msdn.microsoft.com/en-us/library/system.io.compression.gzipstream.aspx

http://msdn.microsoft.com/en-us/library/system.io.compression.deflatestream.aspx

Example usage: http://www.csharphelp.com/2007/09/compress-and-decompress-strings-in-c/


there is SharpZipLib

0

精彩评论

暂无评论...
验证码 换一张
取 消