module Compress::Deflate

Overview

The Deflate module contains readers and writers of DEFLATE format compressed data, as specified inRFC 1951.

SeeGzip,Zip andZlib for modules that provide access to DEFLATE-based file formats.

NOTE To useDeflate or its children, you must explicitly import it withrequire "compress/deflate"

Defined in:

compress/deflate/deflate.cr
compress/deflate/reader.cr

Constant Summary

BEST_COMPRESSION = 9
BEST_SPEED = 1
DEFAULT_COMPRESSION = -1
NO_COMPRESSION = 0