.compression().constants()
Access:
public

This is the constants class. It contains multiple classes with constants for the compression settings that are available in the settings class.

Summary

Name
Description
Returns the compression.constants.chunk class.
Returns the compression.constants.codes class.
Returns the compression.constants.flush class.
Returns the compression.constants.level class.

Functions

.chunk()
Access:
public
Summary:
Returns the compression.constants.chunk class.

This functions return the compression.constants.chunk class. It contains the constants for the chunk size setting.

Returns

Type
Class
Description
.codes()
Access:
public
Summary:
Returns the compression.constants.codes class.

This functions return the compression.constants.codes class. It contains codes, like errors, the compression class may return.

Returns

Type
Class
Description
.flush()
Access:
public
Summary:
Returns the compression.constants.flush class.

This function returns the compression.constants.flush class. It contains the constants for the flush setting.

Returns

Type
Class
Description
.level()
Access:
public
Summary:
Returns the compression.constants.level class.

This functions return the compression.constants.level class. It contains the constants for the compression level setting.

Returns

Type
Class
Description
.memory()
Access:
public
Summary:
Returns the compression.constants.memory class.

This functions return the compression.constants.memory class. It contains the constants for the memory level setting.

Returns

Type
Class
Description
.strategy()
Access:
public
Summary:

This functions return the compression.constants.strategy class. It contains the constants for the compression strategy setting.

Returns

Type
Class
Description
.windowbits()
Access:
public
Summary:

This functions return the compression.constants.windowbits class. It contains the constants for the windowbits setting.

Returns

Type
Class
Description