.compression().constants().chunk()
Access:
public

This is the chunk size contants class. It contains constants that can be used in the chunk size setting.

Summary

Name
Description
Returns the DEFAULT_CHUNK constant.
max
Returns the MAX_CHUNK constant.
min
Returns the MIN_CHUNK constant.

Functions

.default()
Access:
public
Summary:
Returns the DEFAULT_CHUNK constant.

This is the DEFAULT_CHUNK constant. It returns the default chunk size that is used for the compression and decompression.

Returns

Type
Constant
Description
Z_DEFAULT_CHUNK
.max()
Access:
public
Summary:
Returns the MAX_CHUNK constant.

This is the MAX_CHUNK constant. It returns the maximum chunk size that can be used for the compression and decompression.

Returns

Type
Constant
Description
Z_MAX_CHUNK
.min()
Access:
public
Summary:
Returns the MIN_CHUNK constant.

This is the MIN_CHUNK constant. It returns the minimal chunk size that can be used for the compression and decompression.

Returns

Type
Constant
Description
Z_MIN_CHUNK