Class: Gio::ZlibDecompressor
- Inherits:
-
Object
- Object
- Gio::ZlibDecompressor
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#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.
-
#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.
-
#format ⇒ Gio::ZlibCompressorFormat
The format of the compressed data.
-
#format=(format) ⇒ Gio::ZlibCompressorFormat
The format of the compressed data.
-
#initialize(format) ⇒ Gio::ZlibDecompressor
constructor
Creates a new GZlib::Decompressor.
Constructor Details
#initialize(format) ⇒ Gio::ZlibDecompressor
Creates a new GZlib::Decompressor.
Instance Method Details
#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.
#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.
#format ⇒ Gio::ZlibCompressorFormat
The format of the compressed data.
#format=(format) ⇒ Gio::ZlibCompressorFormat
The format of the compressed data.