This is the constants class. It contains multiple classes with constants for the compression settings that are available in the settings class.
This functions return the compression.constants.chunk class. It contains the constants for the chunk size setting.
This functions return the compression.constants.codes class. It contains codes, like errors, the compression class may return.
This function returns the compression.constants.flush class. It contains the constants for the flush setting.
This functions return the compression.constants.level class. It contains the constants for the compression level setting.
This functions return the compression.constants.memory class. It contains the constants for the memory level setting.
This functions return the compression.constants.strategy class. It contains the constants for the compression strategy setting.
This functions return the compression.constants.windowbits class. It contains the constants for the windowbits setting.