Type:
Class
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.
Method Catalogue
-
Kernel.open (Zlib::GzipReader::open and Zlib::GzipWriter.open)
-
comment= (Zlib::GzipWriter#comment=)
-
eof? (Zlib::GzipReader#eof?)
-
lineno (Zlib::GzipReader#lineno)
-
lineno= (Zlib::GzipReader#lineno=)
-
mtime= (Zlib::GzipWriter#mtime=)
-
#orig_name (Zlib::GzipWriter#orig_name=)
-
path (when the underlying IO supports path)
(due to internal structure, documentation may appear under Zlib::GzipReader or Zlib::GzipWriter)