CompressionAlgorithm
The CompressionAlgorithm object 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.
Lib.Media.Utils.CompressionAlgorithm.DEFLATE |
Defines the string to use for the deflate compression algorithm. |
Lib.Media.Utils.CompressionAlgorithm.LZMA |
Defines the string to use for the lzma compression algorithm. |
Lib.Media.Utils.CompressionAlgorithm.ZLIB |
Defines the string to use for the zlib compression algorithm. |
Lib.Media.Utils.CompressionAlgorithm.GZIP |
Defines the string to use for the gzip compression algorithm. |
Created with the Personal Edition of HelpNDoc: Full-featured Help generator