enum flash.utils.CompressionAlgorithm
Available on all platforms
The CompressionAlgorithm class defines string constants for the names of
* compress and uncompress options. These constants are used as values of the
* algorithm
parameter of the ByteArray.compress()
* and ByteArray.uncompress()
methods.
Constructors
DEFLATE
Defines the string to use for the deflate compression algorithm.
ZLIB
Defines the string to use for the zlib compression algorithm.
LZMA
Defines the string to use for the lzma compression algorithm.