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)

mtime

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

2015-06-14 15:22:26
finish

finish() Instance Public methods Closes the

2015-06-14 15:11:44
os_code

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

2015-06-14 15:30:44
close

close() Instance Public methods Closes the

2015-06-14 14:55:49
sync

sync() Instance Public methods Same as

2015-06-14 15:36:55
comment

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

2015-06-14 15:03:17
orig_name

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

2015-06-14 15:26:16
sync=

sync = flag Instance Public methods Same as

2015-06-14 15:39:21
closed?

closed?() Instance Public methods Same as

2015-06-14 15:01:08
to_io

to_io() Instance Public methods Same as

2015-06-14 15:45:16