| 包 | flash.utils |
| Class | public final class CompressionAlgorithm |
| 继承 | CompressionAlgorithm Object |
| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | Flash Player 9.0, AIR 1.0 |
ByteArray.compress() 和 ByteArray.uncompress() 方法的 algorithm 参数所使用的值。
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| DEFLATE : String = "deflate" []
定义用于 deflate 压缩算法的字符串。 | CompressionAlgorithm | ||
| ZLIB : String = "zlib" []
定义用于 zlib 压缩算法的字符串。 | CompressionAlgorithm | ||
| DEFLATE | 常量 |
public static const DEFLATE:String = "deflate"| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | Flash Player 9.0, AIR 1.0 |
定义用于 deflate 压缩算法的字符串。
| ZLIB | 常量 |
public static const ZLIB:String = "zlib"| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | Flash Player 9.0, AIR 1.0 |
定义用于 zlib 压缩算法的字符串。
当前页: http://livedocs.adobe.com/flex/3_cn/flash/utils/CompressionAlgorithm.html