Class com.sekati.crypt.LZW

Implemented Interfaces

ICipher

Description

Compresses and decompresses text with the LZW algorithm.

Method Index

compress(), decompress()

Method Detail

compress

static public function compress(src:String):String

Compresses the specified text.

Parameters

src(String)

Return

String

decompress

static public function decompress(src:String):String

Decompresses the specified text.

Parameters

src(String)

Return

String