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

(due to internal structure, documentation may appear under Zlib::GzipReader or Zlib::GzipWriter)

finish

finish() Instance Public methods Closes the

2015-06-14 15:11:44
mtime

mtime() Instance Public methods Returns last modification time recorded in the

2015-06-14 15:22:26
orig_name

orig_name() Instance Public methods Returns original filename recorded in the

2015-06-14 15:26:16
os_code

os_code() Instance Public methods Returns OS code number recorded in the gzip

2015-06-14 15:30:44
sync=

sync = flag Instance Public methods Same as

2015-06-14 15:39:21
comment

comment() Instance Public methods Returns comments recorded in the gzip file

2015-06-14 15:03:17
sync

sync() Instance Public methods Same as

2015-06-14 15:36:55
close

close() Instance Public methods Closes the

2015-06-14 14:55:49
to_io

to_io() Instance Public methods Same as

2015-06-14 15:45:16
crc

crc() Instance Public methods Returns CRC value of the uncompressed data.

2015-06-14 15:06:50