c#利用zlib.net对文件进行deflate流压缩(和java程序压缩生成一样)

C# 的 DeflateStream 压缩文件与Java的Deflater不一致,通过引入zlib.net库并使用CompressFile()方法,可以实现两者压缩结果相同的问题解决。
摘要由CSDN通过智能技术生成

C#自带DeflateStream,生成后的文件和javat生成的不一样,搜索了一下,找到国外一篇文章:

http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/65537603-d7db-4e66-b5e6-d08275a4e4c8/

也是同样的问题,其中的一个回复是:

The problem is that DeflateStream in c# does not use the same compression algorithm than Deflater in java(and probably objective C).

Instead, try to use the zlib.net library: http://www.componentace.com/zlib_.NET.htm

=====================================

下载引用zlib.net,调用CompressFile()方法,问题解决。

public static void CopyStream(System.IO.Stream input, System.IO.Stream output)
        {
            byte[] buffer = new 
ZLIB.NET: README ================================================== Contents -------- Program information Company information Description Specification Other ComponentAce compression products Program information ------------------- Program Name: ZLIB.NET License Type: freeware Program Version: 1.04 Program Release Date: 03/28/2007 Program Purpose: version of ZLIB compression library for .NET framework Target Environment: Visual Studio 2003, Visual Studio 2005, Borland Developer Studio 2005, Borland Developer Studio 2006 and other Company information ------------------- Company Name: ComponentAce Contact E-mail Address: support@componentace.com Contact WWW URL: http://www.componentace.com Description ----------- 100% managed version of ZLIB compression library. Based on JZlib library (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. The zlib compression library was written by Jean-loup Gailly gzip@prep.ai.mit.edu and Mark Adler madler@alumni.caltech.edu. The primary site for the zlib compression library is http://www.zlib.org. Copyright and license --------------------- See "license.txt" file. Warranty and guarantee ---------------------- See "license.txt" file. Other ComponentAce compression products --------------------------------------- ZipForge.NET ------------ ZipForge.NET is an advanced ZIP compression library for .NET framework. ZipForge.NET features include streaming support, transaction system, ZIP encryption, repair, progress indication, Zip64 support, SFX (self-extracting) archives, unicode filenames, spanning support and much more. FlexCompress.NET ---------------- FlexCompress.NET is an advanced compression and encryption .NET component designed to provide archive functionality for your applications. This solution provides flexible compression and strong encryption algorithms that allows you to integrate archiving or backup features into your programs in a fast and easy way. FlexCompres.NET uses its
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值