(AIR only)
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
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.
public static const DEFLATE:String = "deflate"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
Defines the string to use for the deflate compression algorithm.
public static const ZLIB:String = "zlib"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
Defines the string to use for the zlib compression algorithm.
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00