ZIP class in Whidbey .NET Framework (2.0)

  • Thread starter Thread starter LP
  • Start date Start date
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
 
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
 
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
 
Back
Top