Member Login

E-mail:    Password:  


Vendor : JupiterMedia


Email  E-mail this page

Related Content  Related Content

Remember  Remember this item

 

Format: HTML

Date: 20/06/2006


Bulky Data Is No Problem Thanks to Compression/Decompression in .NET 2.0

WORTHWHILE?

0

0 votes


Overview

Compression is useful for reducing the size of data. Compression is extremely useful in cases where one needs to transmit data over networks, especially slow and costly networks, such as GPRS connections. One of the new namespaces in version 2.0 of the .NET Framework is System.IO.Compression. This new namespace contains two classes for data compression: DeflateStream and GZipStream. Both compression classes support lossless compression and decompression and are designed for dealing with streams.



See also: Internet and Web, Software Development Tools