(AIR only)
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 9.0 AIR 1.0 |
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 : | Flash Player 9.0 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 : | Flash Player 9.0 AIR 1.0 |
Defines the string to use for the zlib compression algorithm.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Mon Jun 16 2008, 11:54 AM -07:00 Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/utils/CompressionAlgorithm.html