Here’s an ActionScript 3 based library for reading and writing zip files. I wrote this for another project I’m messing around with and thought I’d release it. I realize there’s already a useful library out there called FZip which is faster at uncompressing zip files as it uses the native uncompress method. However, it may require a script to preprocess a zip and inject Addler32 checksums which this library avoids by implementing a deflate compression decoder (inflater). If you are dealing with zips that only store files or run Python I recommend you check out FZip otherwise give this a try.
| Homepage: | http://nochump.com/blog/?p=15 |
|---|---|
| Docs: | http://nochump.com/ziplib/docs/asdoc/ |
| Repository: | [swc] http://nochump.com/blog/wp-content/uploads/2008/11/nochump-ziplib-105-dist.zip |
| Tags | License: MIT License