module Compress::Deflate
Overview
The Deflate module contains readers and writers of DEFLATE format compressed data, as specified in RFC 1951.
See Gzip
, Zip
and Zlib
for modules that provide access to DEFLATE-based file formats.
Defined in:
compress/deflate/deflate.crcompress/deflate/reader.cr
Constant Summary
- BEST_COMPRESSION =
9
- BEST_SPEED =
1
- DEFAULT_COMPRESSION =
-1
- NO_COMPRESSION =
0
© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/Compress/Deflate.html