Location:
Search - GZipStream
Search list
Description: This sample demonstrates compression capabilities available in the .NET Framework. It builds a Windows Forms application that employs the GZipStream and DeflateStream types to compress and decompress files. The sample also introduces several types that are new in the .NET Framework version 2.0.
Platform: |
Size: 144200 |
Author: winzheng |
Hits:
Description: This sample demonstrates compression capabilities available in the .NET Framework. It builds a Windows Forms application that employs the GZipStream and DeflateStream types to compress and decompress files. The sample also introduces several types that are new in the .NET Framework version 2.0.-This sample demonstrates compression capabilities available in the. NET Framework. It builds a Windows Forms application that employs the GZipStream and DeflateStream types to compress and decompress files. The sample also introduces several types that are new in the. NET Framework version 2.0.
Platform: |
Size: 144384 |
Author: winzheng |
Hits:
Description: Cabinet File (*.CAB) Compression and Extraction-Introduction
With this project, C++ and .NET programmers get a very versatile library for compression and extraction of Microsoft CAB files.
.NET 1.1 does not offer compression functionality. .NET 2.0 offers the System.IO.Compression.GZipStream class. But this is awkward to use and very primitive it can only compress a stream but it is not possible to compress folders containing files and subfolders.
If you search the internet for more comfortable compression libraries, you find, for example, ICSharpCode.SharpZipLib.dll which offers ZIP compression. But this library is awkward to use and buggy, and so is unusable. Although the bugs have been known for years, the author has not fixed them.
I asked myself why should I search for another open source library (which will again have other bugs) while Windows itself supports CAB archives since the first days? Microsoft s Cabinet.dll (in the System32 directory) is not buggy. Many Microsoft installers (like the installer for Interne
Platform: |
Size: 449536 |
Author: jim jrasy |
Hits:
Description: GZIP stream for J2ME. Only handles decompression but can be used for reading GZip HTTP data. Also include callback interface for progress screens.
Platform: |
Size: 4096 |
Author: missday |
Hits:
Description: CompressionSample,本示例说明了在 .NET Framework 中可以使用的压缩功能。本示例生成一个 Windows 窗体应用程序,该应用程序使用 GZipStream 和 DeflateStream 类型来压缩和解压缩文件。本示例还引入了几个类型,这些类型在 .NET Framework 2.0 版中是新类型。-CompressionSample
Platform: |
Size: 68608 |
Author: hz6677 |
Hits:
Description: LZW和HUffman为这两者算法的实现,在Visual studio 2005 下编译通过
slnCompressFile 为DeflateStream类在 .NET 平台下的实现
slnGZip 为GZIPStream类在.NET 平台下的实现
-LZW and HUffman to both algorithm, compiled in Visual studio 2005 class by slnCompressFile to DeflateStream. NET platform for the realization of slnGZip GZIPStream class. NET Platform Implementation
Platform: |
Size: 117760 |
Author: Squall |
Hits:
Description: c# programming
by using the GZipStream and Deflate Stream classes, you can compress and decompress files in the GZip format.
Platform: |
Size: 37888 |
Author: kldqr |
Hits:
Description: C# 使用GZipStream进行文件的压缩与文件解压缩实例源码-C# uses GZipStream file for file compression and decompression source code examples
Platform: |
Size: 36864 |
Author: 善源 |
Hits: