Compression

Data compression tools.

LZMAEncoder

Compression , | Leave a comment

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

AS3 Zip Library

Compression , | 2 Comments

AS3 Zip Library is a tool for reading and writing zip files.It does not require a script to preprocess a zip and inject Addler32 checksums, because it implements a deflate compression decoder (inflater). Some of the features: Read or write … Continue reading

FZip

Compression , | Leave a comment

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