Packagesekati.crypt
Classpublic final class LZW
ImplementsICipher

Compresses and decompresses text with the LZW algorithm.

See also

http://en.wikipedia.org/wiki/Lempel-Ziv-Welch


Public Methods
 MethodDefined by
  
LZW()
LZW Static Constructor
LZW
  
compress(src:String):String
[static] Compresses the specified text.
LZW
  
decompress(src:String):String
[static] Decompresses the specified text.
LZW
Constructor detail
LZW()constructor
public function LZW()

LZW Static Constructor

Method detail
compress()method
public static function compress(src:String):String

Compresses the specified text.

Parameters
src:String

Returns
String
decompress()method 
public static function decompress(src:String):String

Decompresses the specified text.

Parameters
src:String

Returns
String