module Compress::Gzip

Overview

The Gzip module contains readers and writers of gzip format compressed data, as specified in RFC 1952.

Defined in:

compress/gzip/gzip.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

© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/Compress/Gzip.html