| Pacote | flash.utils |
| Classe | public final class CompressionAlgorithm |
| Herança | CompressionAlgorithm Object |
algorithm parameter of the ByteArray.compress()
and ByteArray.uncompress() methods.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| 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 | ||
| DEFLATE | Constante |
public static const DEFLATE:String = "deflate"
Defines the string to use for the deflate compression algorithm.
| ZLIB | Constante |
public static const ZLIB:String = "zlib"
Defines the string to use for the zlib compression algorithm.