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" <[EMAIL PROTECTED]>
To: <[email protected]>
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  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to