ZIP files

  • Thread starter Thread starter Peter Morris [Droopy eyes software]
  • Start date Start date
P

Peter Morris [Droopy eyes software]

Hi all

To save transfer time, some XML data will be sent to my PPC as a zip file.
My questions are

1) Is there native UnZip functionality in dotnet CF? If not, can someone
recommend something?
2) I would prefer some kind of UnzipStream, so that I can use XmlReader with
the zip file instead of extracting it first and working from disk (too much
space used), is this also possible?

Pete
 
Does it have to be Zip?

7 zip provides an sdk that works also for PPC. The size of the files
can be even smaller depending on the compression parameters you set.
This library is GNU.

http://www.7-zip.org/sdk.html

Hope it helps
Jon
 
1) Is there native UnZip functionality in dotnet CF? If not, can someone
recommend something?

Xceed Zip for .NET Compact Framework will let you accomplish what you
need with minimal fuss / coding. It includes a .NET pass-through
stream to make it a snap.

http://www.xceedsoft.com/products/zipnetcf


Hi all

To save transfer time, some XML data will be sent to my PPC as a zip file.
My questions are

1) Is there native UnZip functionality in dotnet CF? If not, can someone
recommend something?
2) I would prefer some kind of UnzipStream, so that I can use XmlReader with
the zip file instead of extracting it first and working from disk (too much
space used), is this also possible?

Pete

--
Alex Leblanc
Xceed Software Inc.
http://www.xceedsoft.com

Check out our advanced .NET grid and Windows Forms UI controls

Email: (e-mail address removed) (remove the first 'x')
 

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

Back
Top