module
Compress::Zlib
Overview
The Compress::Zlib module contains readers and writers of zlib format compressed data, as specified inRFC 1950.
NOTE To useZlib or its children, you must explicitly import it withrequire "compress/zlib"
Defined in:
compress/zlib/reader.crcompress/zlib/zlib.cr
Constant Summary
-
BEST_COMPRESSION =
Compress::Deflate::BEST_COMPRESSION -
BEST_SPEED =
Compress::Deflate::BEST_SPEED -
DEFAULT_COMPRESSION =
Compress::Deflate::DEFAULT_COMPRESSION -
NO_COMPRESSION =
Compress::Deflate::NO_COMPRESSION