| 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. 
Fri Aug 14 2009, 04:09 PM +05:30