搜索资源列表
CompressPack
- 用C#编写的使用Deflate算法压缩和解压缩流的DLL及源代码。该DLL是在前人基础上修改并扩展而成,可在项目中直接引用CompressPack命名空间使用。经测试字符串数组,大于1KB的数据压缩率在50%~98%之间。包含如下功能: 生成一个测试的数组 生成一个测试的DataSet 将Object转为Byte数组 将Byte数组压缩为Byte数组 将object压缩为byte数组 将Byte数组解压缩为Byte数组 将压缩的Byte数组转为Object 将解压
Compression
- c# programming by using the GZipStream and Deflate Stream classes, you can compress and decompress files in the GZip format.