Gio.ZlibDecompressor¶
class — extends GObject.Object, Converter
GZlibDecompressor is an implementation of Converter that
decompresses data compressed with zlib.
Constructors¶
new¶
Creates a new decompressor.
Parameters:
format— the format to use for the compressed data
Methods¶
get_file_info¶
Gets the ZlibDecompressor.file-info property.
Properties¶
file_info¶
A FileInfo containing the information found in the gzip header
of the data stream processed.
This will be NULL if the header was not yet fully processed, is not
present at all, or the compressor’s ZlibDecompressor.format
property is not ZlibCompressorFormat.GZIP.
format¶
The format of the compressed data.