How is a .zip compressed archive structured?

旧城冷巷雨未停 提交于 2020-01-30 04:07:51

问题


I'm looking into how popular compression algorithms work so I could possibly implement my own zip archiver. Are there any resources about how exactly zip works? How is a .zip compressed archive structured?


回答1:


  1. ZIP format documentation
  2. DEFLATE algorithm
  3. ZLib compressed data format


来源:https://stackoverflow.com/questions/4776815/how-is-a-zip-compressed-archive-structured

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!