Skip to content

Latest commit

 

History

History

zip

ZIP

The goal of this project was to understand how the ZIP format is structured.

The source code gets a ZIP file, parse it, display its content and allow to download the archive's files. It is also possible to drag&drop a file on the document.

Warning

Please note this project is for educational purpose only.
The performances are probably bad and the feature set is incomplete.

Great resources:

Streams:

  1. Part 1
  2. Part 2
  3. Part 3
  4. Part 4
  5. Part 5
  6. Part 6