LZMAEncoder

LZMAEncoder is an AS3 class to compress data using LZMA algorithm.

MIT
Comments Off on LZMAEncoder

AS3 Zip Library

Tool for reading and writing zip files.It does not require a script to preprocess a zip and inject Addler32 checksums, because it implements…

MIT
2 Comments

FZip

Library to load, modify and create standard ZIP archives. It parses ZIP archives progressively, allowing access to contained files while the archive is loading.

zlib
Comments Off on FZip