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

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

Summary

Name
Description
Returns the DEFAULT_WINDOWBITS constant.
max
Returns the MAX_WINDOWBITS constant.
min
Returns the MIN_WINDOWBITS constant.

Functions

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

This is the DEFAULT_WINDOWBITS constant. It returns the default amount of windowbits that is used for the compression and decompression.

Returns

Type
Constant
Description
Z_DEFAULT_WINDOWBITS
.max()
Access:
public
Summary:
Returns the MAX_WINDOWBITS constant.

This is the MAX_WINDOWBITS constant. It returns the maximum amount of windowbits that can be used for the compression and decompression.

Returns

Type
Constant
Description
Z_MAX_WINDOWBITS
.min()
Access:
public
Summary:
Returns the MIN_WINDOWBITS constant.

This is the MIN_WINDOWBITS constant. It returns the minimal amount of windowbits that can be used for the compression and decompression.

Returns

Type
Constant
Description
Z_MIN_WINDOWBITS