Class: Gio::ZlibDecompressor

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Constructor Details

#initialize(format) ⇒ Gio::ZlibDecompressor

Creates a new GZlib::Decompressor.

Parameters:

Instance Method Details

#file_infoGio::FileInfo

A GFile::Info containing the information found in the GZIP header of the data stream processed, or nil if the header was not yet fully processed, is not present at all, or the compressor's GZlib::Decompressor:format property is not %G_ZLIB_COMPRESSOR_FORMAT_GZIP.

Returns:

#file_info=(file_info) ⇒ Gio::FileInfo

A GFile::Info containing the information found in the GZIP header of the data stream processed, or nil if the header was not yet fully processed, is not present at all, or the compressor's GZlib::Decompressor:format property is not %G_ZLIB_COMPRESSOR_FORMAT_GZIP.

Parameters:

Returns:

#formatGio::ZlibCompressorFormat

The format of the compressed data.

Returns:

#format=(format) ⇒ Gio::ZlibCompressorFormat

The format of the compressed data.

Parameters:

Returns: