gugga.crypt.LZW Class Reference

List of all members.

Detailed Description

Compresses and decompresses text with the LZW algorithm.
Authors:
Mika Palmu
Version:
1.1
Original Flash port by: Ash & Lalek & Shoebox and others. See: http://www.razorberry.com/blog/archives/2004/08/22/lzw-compression-methods-in-as2/ See: http://www.lalex.com/blog/comments/200405/164-compression-lzw-actionscript-2.html

Definition at line 12 of file LZW.as.

Static Public Member Functions

static function compress (src:String)
static function decompress (src:String)


Member Function Documentation

static function gugga.crypt.LZW.compress ( src:String   )  [static]

Compresses the specified text.

Definition at line 17 of file LZW.as.

static function gugga.crypt.LZW.decompress ( src:String   )  [static]

Decompresses the specified text.

Definition at line 46 of file LZW.as.


Generated on Fri May 11 17:14:05 2007 for GuggaFramework by  doxygen 1.5.2