Language version: | ActionScript 3.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
|
Defines the string to use for the deflate compression algorithm.
public static const LZMA:String = "lzma"
Language version: | ActionScript 3.0
|
Defines the string to use for the lzma compression algorithm.
public static const ZLIB:String = "zlib"
Language version: | ActionScript 3.0
|
Defines the string to use for the zlib compression algorithm.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00