Binary Constants

The Binary primitive type provides the constants listed in the following table, for use with the compressToBinary methods in the Binary, String, and StringUtf8 primitive types.

Constant Integer Value Description
Compression_ZLib 1402 String and binary compression to binary using ZLIB level 5 (256*5 + 122)
Compression_ZLibFast 378 String and binary compression to binary using ZLIB level 1 (256*1 + 122)
Compression_ZLibSmall 2426 String and binary compression to binary using ZLIB level 9 (256*9 + 122)