window.runtime property | window.runtime.flash.utils.CompressionAlgorithm |
Inheritance | CompressionAlgorithm Object |
Runtime Versions: | 1.0 |
algorithm
parameter of the ByteArray.compress()
and ByteArray.uncompress()
methods.
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
DEFLATE : String = "deflate" [static]
Defines the string to use for the deflate compression algorithm. | CompressionAlgorithm | ||
DEFLATE : String = "deflate" [static]
Defines the string to use for the deflate compression algorithm. | CompressionAlgorithm | ||
ZLIB : String = "zlib" [static]
Defines the string to use for the zlib compression algorithm. | CompressionAlgorithm | ||
ZLIB : String = "zlib" [static]
Defines the string to use for the zlib compression algorithm. | CompressionAlgorithm |
Constant Detail
DEFLATE | Constant |
public static const DEFLATE:String = "deflate"
Runtime Versions: | 1.0 |
Defines the string to use for the deflate compression algorithm.
DEFLATE | Constant |
public static const DEFLATE:String = "deflate"
Runtime Versions: | 1.0 |
Defines the string to use for the deflate compression algorithm.
ZLIB | Constant |
public static const ZLIB:String = "zlib"
Runtime Versions: | 1.0 |
Defines the string to use for the zlib compression algorithm.
ZLIB | Constant |
public static const ZLIB:String = "zlib"
Runtime Versions: | 1.0 |
Defines the string to use for the zlib compression algorithm.
Thu Sep 29 2011, 02:34 AM -07:00