Class: Zlib::GzipFile

Inherits:
Object show all
Defined in:
ext/zlib/zlib.c

Overview

Zlib::GzipFile is an abstract class for handling a gzip formatted compressed file. The operations are defined in the subclasses, Zlib::GzipReader for reading, and Zlib::GzipWriter for writing.

GzipReader should be used by associating an IO, or IO-like, object.

Defined Under Namespace

Classes: CRCError, Error, LengthError, NoFooter