Structure and format of compressed archives 
Author Message
 Structure and format of compressed archives

Hi all,

I am writing a class library in which I need to be able to unzip compressed
archives (i.e. ZIP or CAB files).

I want to do by accessing the file directly from my code, I do not want to
use any of the third party components that are available such as Xceed Zip.

Could anyone point me in the direction of where I can find technical
information on the structure and format of these files, how the data is
stored in them and how to extract it.

I am interested in any and all of the compression formats that are around
and would be very grateful for any pointers or info.

Regards,

Chris



Fri, 03 Sep 2004 00:07:56 GMT  
 Structure and format of compressed archives
This may help:

http://www.wotsit.org/

--
Joe Mayo - C# Station - http://www.csharp-station.com
Author:  C# Unleashed
http://www.amazon.com/exec/obidos/ASIN/067232122X/cstati


Quote:
> Hi all,

> I am writing a class library in which I need to be able to unzip
compressed
> archives (i.e. ZIP or CAB files).

> I want to do by accessing the file directly from my code, I do not want to
> use any of the third party components that are available such as Xceed
Zip.

> Could anyone point me in the direction of where I can find technical
> information on the structure and format of these files, how the data is
> stored in them and how to extract it.

> I am interested in any and all of the compression formats that are around
> and would be very grateful for any pointers or info.

> Regards,

> Chris



Fri, 03 Sep 2004 00:59:20 GMT  
 Structure and format of compressed archives
did you check licensing with this two? :
  http://www.organicbit.com/zip/
  http://www.icsharpcode.net/OpenSource/NZipLib
Quote:

> I am writing a class library in which I need to be able to unzip compressed
> archives (i.e. ZIP or CAB files).



Fri, 03 Sep 2004 01:59:45 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Compressing in Compress.exe format through code

2. Macro to archive old email to structured folders

3. .crd format (win 3.1 archive)

4. Recording .WAV files compressed format

5. How to use compressed picture format ?

6. Read PSION archives as ARC+ and ARCHIVE

7. Read PSION archives as ARC+ and ARCHIVE

8. HELP: A DLL that can compress like COMPRESS.EXE

9. HELP: A DLL that can compress like COMPRESS.EXE

10. HELP: A DLL that can compress like COMPRESS.EXE

11. Converting C++ structure to VB Format

12. Help converting a C structure to VB format

 

 
Powered by phpBB® Forum Software