Zlib::GzipWriter.open(filename, level=nil, strategy=nil) { |gz| ... }
Class Public methods
Opens a file specified by filename
for writing gzip compressed
data, and returns a GzipWriter object
associated with that file. Further details of this method are found in ::new and Zlib::GzipFile.wrap.
Please login to continue.