[Mono-list] compression classes

Kornél Pál kornelpal at hotmail.com
Sat Aug 27 14:12:29 EDT 2005


Hi,

Mono has full support for System.IO.Compression.

For more information about the classes see:
http://msdn2.microsoft.com/library/3z72378a(en-us,vs.80).aspx

DeflateStream uses deflate algorithm as it's name suggests.

GZipStream is a compression stream just like DeflateStream so I don't
understand why do you think it is wrong to place it to
System.IO.Compression.

Kornél

----- Original Message -----
From: "caner Sahan" <canersahan at hotmail.com>
To: <mono-list at lists.ximian.com>
Sent: Saturday, August 27, 2005 7:38 PM
Subject: [Mono-list] compression classes


> Hi;
>
> I am Caner and now i am searching compression classes. Some of them will
> coming with .NET Framework 2.0 like DeflateStream. Is it really using
> Deflate algorithm and also will mono support this namespace for
> compression(System.IO.Compression)?  And now i don't understand why
> Microsoft supports Gzip under this namespace(GzipStream)...
>
>
> --------------------------------------------------------------------------------
> Ready for kickoff? Sign up for Fox Fantasy Football powered by MSN. FREE
> to play!


--------------------------------------------------------------------------------


> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>



More information about the Mono-list mailing list