module
Compress::Gzip
Overview
The Gzip module contains readers and writers of gzip format compressed data, as specified inRFC 1952.
NOTE To useGzip or its children, you must explicitly import it withrequire "compress/gzip"
Defined in:
compress/gzip/gzip.crConstant 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