ZIP class in Whidbey .NET Framework (2.0)

L

LP

Does anyone know if there will be built-in
compress/decompress components (ZIP, GZIP,...) in
coming .NET Framework 2.0? I know there is several freely
available components out there such as #ZIPLib from
#Develop, but built-in components provided by the
Framework would be nice and useful.

Thanks in advance,
LP
 
J

Jay B. Harlow [MVP - Outlook]

LOP,
Have you looked over the reference at:

http://longhorn.msdn.microsoft.com/

It contains both the Longhorn specific items & Whidbey items. I've been
using the assembly version on the classes to try to determine if the element
is Longhorn or Whidbey, not sure if that is the correct way to do it or not.

For current versions of .NET I've seen suggestions of using the Java Zip
classes included with J#, however I do not have specifics available.

Hope this helps
Jay
 
M

mikeb

LP said:
Does anyone know if there will be built-in
compress/decompress components (ZIP, GZIP,...) in
coming .NET Framework 2.0? I know there is several freely
available components out there such as #ZIPLib from
#Develop, but built-in components provided by the
Framework would be nice and useful.

Thanks in advance,
LP

Here's an article on using the J# Zip classes from C#:


http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/default.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top