ZlibConstants
Zlib Constants
Models constants provided by the native zlib implementation, and surfaced by the Node Zlib module.
Inheritors
Properties
Constant for DEFLATERAW.
Constant for INFLATERAW.
Constant for Z_BEST_COMPRESSION.
Constant for Z_BEST_SPEED.
Constant for Z_BUF_ERROR.
Constant for Z_DATA_ERROR.
Constant for Z_DEFAULT_CHUNK.
Constant for Z_DEFAULT_COMPRESSION.
Constant for Z_DEFAULT_LEVEL.
Constant for Z_DEFAULT_MEMLEVEL.
Constant for Z_DEFAULT_STRATEGY.
Constant for Z_DEFAULT_WINDOWBITS.
Constant for Z_FILTERED.
Constant for Z_FULL_FLUSH.
Constant for Z_HUFFMAN_ONLY.
Constant for Z_MAX_CHUNK.
Constant for Z_MAX_LEVEL.
Constant for Z_MAX_MEMLEVEL.
Constant for Z_MAX_WINDOWBITS.
Constant for Z_MEM_ERROR.
Constant for Z_MIN_CHUNK.
Constant for Z_MIN_LEVEL.
Constant for Z_MIN_MEMLEVEL.
Constant for Z_MIN_WINDOWBITS.
Constant for Z_NEED_DICT.
Constant for Z_NO_COMPRESSION.
Constant for Z_NO_FLUSH.
Constant for Z_PARTIAL_FLUSH.
Constant for Z_STREAM_END.
Constant for Z_STREAM_ERROR.
Constant for Z_SYNC_FLUSH.
Constant for Z_VERSION_ERROR.
Constant for ZLIB_VERNUM.