Package | flash.utils |
Class | public final class CompressionAlgorithm |
Inheritance | CompressionAlgorithm ![]() |
algorithm
parameter of the ByteArray.compress()
and ByteArray.uncompress()
methods.
See also
Constant | Defined By | ||
---|---|---|---|
![]() [static]
Defines the string to use for the deflate compression algorithm. | CompressionAlgorithm | ||
![]() [static]
Defines the string to use for the zlib compression algorithm. | CompressionAlgorithm |
![]() | Constant |
public static const DEFLATE:String = "deflate"
Defines the string to use for the deflate compression algorithm.
![]() | Constant |
public static const ZLIB:String = "zlib"
Defines the string to use for the zlib compression algorithm.