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.

Variables

@:enum@:implinlineread onlyDEFLATE:CompressionAlgorithm

Defines the string to use for the deflate compression algorithm.

@:enum@:implinlineread onlyLZMA:CompressionAlgorithm

@:enum@:implinlineread onlyZLIB:CompressionAlgorithm

Defines the string to use for the zlib compression algorithm.