问题
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:
- ZIP format documentation
- DEFLATE algorithm
- ZLib compressed data format
来源:https://stackoverflow.com/questions/4776815/how-is-a-zip-compressed-archive-structured